Move flake8 config to setup.cfg
This commit is contained in:
parent
a269f706bd
commit
29ad06afec
2 changed files with 6 additions and 5 deletions
5
.flake8
5
.flake8
|
@ -1,5 +0,0 @@
|
||||||
[flake8]
|
|
||||||
ignore =
|
|
||||||
exclude = .git,__pycache__,.gitlab
|
|
||||||
max-complexity = 15
|
|
||||||
builtins=_
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
[flake8]
|
||||||
|
ignore =
|
||||||
|
exclude = .git,__pycache__,.gitlab
|
||||||
|
max-complexity = 15
|
||||||
|
builtins=_
|
||||||
|
|
||||||
[metadata]
|
[metadata]
|
||||||
name = gajim
|
name = gajim
|
||||||
version = attr: gajim.__version__
|
version = attr: gajim.__version__
|
||||||
|
|
Loading…
Add table
Reference in a new issue