diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5ea9204..90387b3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,5 @@ +ci: + autofix_prs: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 @@ -16,7 +18,7 @@ repos: hooks: - id: flake8 exclude: docs/source/conf.py - args: [--max-line-length=105] + args: [--max-line-length=105, "--ignore=E203,W503"] - repo: https://github.com/pycqa/isort rev: 6.0.1