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:
parent
eabb446d05
commit
c03ae0a571
1 changed files with 2 additions and 0 deletions
2
.flake8
Normal file
2
.flake8
Normal file
|
@ -0,0 +1,2 @@
|
|||
[flake8]
|
||||
max-line-length = 88
|
Loading…
Reference in a new issue