Skip to content

Commit b14652b

Browse files
authored
Pre-commit: disable autofix PR's, ignore E203,W503 (#194)
* disable autofix prs * flake ignore E203,W503
1 parent 6d215d4 commit b14652b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.pre-commit-config.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
ci:
2+
autofix_prs: false
13
repos:
24
- repo: https://github.com/pre-commit/pre-commit-hooks
35
rev: v5.0.0
@@ -16,7 +18,7 @@ repos:
1618
hooks:
1719
- id: flake8
1820
exclude: docs/source/conf.py
19-
args: [--max-line-length=105]
21+
args: [--max-line-length=105, "--ignore=E203,W503"]
2022

2123
- repo: https://github.com/pycqa/isort
2224
rev: 6.0.1

0 commit comments

Comments
 (0)