1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-09 22:36:14 +01:00

flake8: Initial configuration

Set max line length to 120.
Keep the all the other settings on their default values.
This commit is contained in:
Daniel Mach 2021-12-06 12:57:34 +01:00
parent 2e80671523
commit a0ea1eeaf7

3
setup.cfg Normal file
View File

@ -0,0 +1,3 @@
[flake8]
exclude = .git,__pycache__
max-line-length = 120