flake8 : add W503 to ignore list

This commit is contained in:
Jared Van Bortel 2024-02-09 13:50:31 -05:00
parent ab49e9ee45
commit 6972e7e90e

View file

@ -1,2 +1,3 @@
[flake8] [flake8]
max-line-length = 125 max-line-length = 125
ignore = W503