Add .flake8 configuration to ignore line length errors (E501)

This commit is contained in:
gnzng
2025-07-07 12:53:06 -07:00
parent 603d47417b
commit 93f5d1969d
+2
View File
@@ -0,0 +1,2 @@
[flake8]
ignore = E501