Apply swh-py-template v0.2.3

This commit is contained in:
David Douard 2024-08-27 16:25:53 +02:00
parent 5003e6588f
commit c6baacbcd7
6 changed files with 15 additions and 15 deletions

View file

@ -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