We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e6d843 + a581c1a commit 42e9fa3Copy full SHA for 42e9fa3
setup.cfg
@@ -4,6 +4,9 @@ universal = 1
4
[flake8]
5
ignore = 'I201,I101,D100,D101,D102,D103,D200,D201,D202,D203,D204,D205,D211,D400,D401,D403,N802,N806,'
6
7
+[metadata]
8
+license_file = LICENSE.txt
9
+
10
[isort]
11
not_skip = __init__.py
12
multi_line_output = 5
0 commit comments