Add W503 to flake8 ignore list, line break before binary operator

This commit is contained in:
gnzng
2025-07-07 14:21:17 -07:00
parent 96d8b10792
commit 58246966f4
+1 -1
View File
@@ -1,2 +1,2 @@
[flake8]
ignore = E501
ignore = E501, W503