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 aebebe9 commit 614e828Copy full SHA for 614e828
.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]
22
23
- repo: https://github.com/pycqa/isort
24
rev: 6.0.1
0 commit comments