Merging upstream version 3.0.21.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
8fd03f3098
commit
3623c97041
29 changed files with 547 additions and 772 deletions
44
setup.cfg
44
setup.cfg
|
@ -1,7 +1,41 @@
|
|||
[bdist_wheel]
|
||||
universal = 1
|
||||
|
||||
[egg_info]
|
||||
tag_build =
|
||||
tag_date = 0
|
||||
universal=1
|
||||
|
||||
[flake8]
|
||||
exclude=__init__.py
|
||||
max_line_length=150
|
||||
ignore=
|
||||
E114,
|
||||
E116,
|
||||
E117,
|
||||
E121,
|
||||
E122,
|
||||
E123,
|
||||
E125,
|
||||
E126,
|
||||
E127,
|
||||
E128,
|
||||
E131,
|
||||
E171,
|
||||
E203,
|
||||
E211,
|
||||
E221,
|
||||
E227,
|
||||
E231,
|
||||
E241,
|
||||
E251,
|
||||
E301,
|
||||
E402,
|
||||
E501,
|
||||
E701,
|
||||
E702,
|
||||
E704,
|
||||
E731,
|
||||
E741,
|
||||
F401,
|
||||
F403,
|
||||
F405,
|
||||
F811,
|
||||
W503,
|
||||
W504,
|
||||
E722
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue