Skip to content

Commit 614e828

Browse files
committed
Update .pre-commit-config.yaml
1 parent aebebe9 commit 614e828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: flake8
2020
exclude: docs/source/conf.py
21-
args: [--max-line-length=105]
21+
args: [--max-line-length=105, --ignore=E203]
2222

2323
- repo: https://github.com/pycqa/isort
2424
rev: 6.0.1

0 commit comments

Comments
 (0)