1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-06 15:43:39 +02:00

Merge branch 'flake8-config' of https://github.com/dmach/osc

Initial flake8 configuration (this is probably subject to
changes/experiments:) ).
This commit is contained in:
Marcus Huewe
2021-12-08 10:28:45 +01:00

3
setup.cfg Normal file
View File

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