Add flake8 config

This commit is contained in:
Adrian Vollmer 2024-03-30 13:12:22 +01:00
parent c1f6b659ea
commit 68991a56d6

4
.flake8 Normal file
View File

@ -0,0 +1,4 @@
[flake8]
show-source = True
builtins = unicode
max-line-length = 120