We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d215d4 commit b14652bCopy full SHA for b14652b
.pre-commit-config.yaml
@@ -1,3 +1,5 @@
1
+ci:
2
+ autofix_prs: false
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
rev: v5.0.0
@@ -16,7 +18,7 @@ repos:
16
18
hooks:
17
19
- id: flake8
20
exclude: docs/source/conf.py
- args: [--max-line-length=105]
21
+ args: [--max-line-length=105, "--ignore=E203,W503"]
22
23
- repo: https://github.com/pycqa/isort
24
rev: 6.0.1
0 commit comments