1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-09 22:36:14 +01: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
commit 824ca083f2

3
setup.cfg Normal file
View File

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