Skip to content

Commit b562647

Browse files
committed
Update .pre-commit-config.yaml
1 parent d73883b commit b562647

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, --ignore=E203]
21+
args: [--max-line-length=105, "--ignore=E203,W503"]
2222

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

0 commit comments

Comments
 (0)