Add .flake8

This commit is contained in:
Yorick Barbanneau 2023-12-22 13:35:35 +01:00
parent 5ebf2d9d57
commit 13ae822bd3

3
.flake8 Normal file
View file

@ -0,0 +1,3 @@
[flake8]
ignore = E221, E501
max-line-length = 100