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 8db8c74 commit 1c17ba7Copy full SHA for 1c17ba7
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
hooks:
19
- id: flake8
20
exclude: docs/source/conf.py
21
- args: [--max-line-length=105]
+ args: [--max-line-length=105, "--ignore=E203,W503"]
22
23
- repo: https://github.com/pycqa/isort
24
rev: 6.0.1
0 commit comments