This commit is contained in:
Mikael CAPELLE
2022-12-02 09:12:49 +01:00
parent a57192c723
commit 60e68ed31c
3 changed files with 2529 additions and 0 deletions

6
setup.cfg Normal file
View File

@@ -0,0 +1,6 @@
[flake8]
# Use black line length:
max-line-length = 88
extend-ignore =
# See https://github.com/PyCQA/pycodestyle/issues/373
E203, E231