lint: add flake8 configuration

Black allows up to 88 characters per line.

Put this configuration into a separated file, as pyproject.toml won't do
ref. https://github.com/PyCQA/flake8/issues/234
This commit is contained in:
Guilhem Saurel 2021-08-27 17:58:34 +02:00
parent eabb446d05
commit c03ae0a571

2
.flake8 Normal file
View file

@ -0,0 +1,2 @@
[flake8]
max-line-length = 88