Skip to content

Commit

Permalink
Add flake8 B905 to extend-ignore in setup.cfg (#4391)
Browse files Browse the repository at this point in the history
* Add flake8 `--ignore=B905,N818,W503`

* Add B905 to `extend-ignore` in setup.cfg (thanks @Skylion007), leave .pre-commit-config.yaml as-is on master.
  • Loading branch information
Ralf W. Grosse-Kunstleve authored Dec 9, 2022
1 parent 9db9880 commit 663b86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ zip_safe = False
max-line-length = 120
show_source = True
exclude = .git, __pycache__, build, dist, docs, tools, venv
extend-ignore = E203, E722, B903, B950
extend-ignore = E203, E722, B903, B905, B950
extend-select = B9

0 comments on commit 663b86c

Please sign in to comment.