diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 205a1db8..b81200df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.13 + rev: v0.1.11 hooks: - id: ruff args: @@ -67,6 +67,8 @@ repos: - id: check-vcs-permalinks - id: check-xml - id: check-yaml + args: + - --unsafe - id: debug-statements - id: destroyed-symlinks - id: detect-private-key