Create flake8.ini

This commit is contained in:
Yax 2022-04-26 09:05:00 +02:00 committed by GitHub
parent 2f23c523b1
commit 68ea4204c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
flake8.ini Normal file
View file

@ -0,0 +1,4 @@
[flake8]
max-line-length = 88
extend-ignore = E203
exclude = */tests/*