diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db531bb6..169a7cc7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: hooks: - id: ruff-format - id: ruff - args: [--fix] + args: [--fix, --ignore=E402] - repo: https://github.com/mgedmin/check-manifest