Ignore line length in flake8

This commit is contained in:
rembo10
2022-01-22 09:23:34 +05:30
parent 1bd7cc2ffd
commit ce98d0d6ca

View File

@@ -1,2 +1,3 @@
[flake8]
exclude = .git,data,init-scripts,lib
ignore = E501