Apply swh-py-template v0.2.3
This commit is contained in:
parent
5003e6588f
commit
c6baacbcd7
6 changed files with 15 additions and 15 deletions
|
@ -4,5 +4,5 @@
|
|||
# E501: line too long, use B950 warning from flake8-bugbear instead
|
||||
# W503: line break before binary operator <https://github.com/psf/black/issues/52>
|
||||
select = C,E,F,W,B950
|
||||
ignore = E203,E231,E501,W503
|
||||
ignore = E203,E231,E501,E704,W503
|
||||
max-line-length = 88
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue