1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-19 16:56:17 +02:00
github.com_openSUSE_osc/setup.cfg
Daniel Mach a0ea1eeaf7 flake8: Initial configuration
Set max line length to 120.
Keep the all the other settings on their default values.
2021-12-06 12:57:38 +01:00

4 lines
58 B
INI

[flake8]
exclude = .git,__pycache__
max-line-length = 120