Skip to content

Commit f0a0c32

Browse files
committed
Fix setup.cfg
1 parent 8472b4b commit f0a0c32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

setup.cfg

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use_parentheses=true
1818
# TODO: remove E501 once docstrings are formatted
1919
ignore=E501,W503,D100,D105,D202
2020
per-file-ignores=__init__.py:F401,F403
21-
exclude=manage.py
2221
max-line-length=100
2322
max-complexity=10
2423
doctests=1
@@ -51,4 +50,8 @@ authorized_licenses:
5150
python software foundation license
5251
zpl 2.1
5352
unauthorized_licenses:
53+
affero
54+
agpl
5455
gpl v3
56+
gpl v2
57+
gpl

0 commit comments

Comments
 (0)