We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13e2a87 commit a343b34Copy full SHA for a343b34
setup.cfg
@@ -1,7 +1,2 @@
1
[tool:pytest]
2
xfail_strict = True
3
-
4
-[check-manifest]
5
-ignore =
6
- .github
7
- .github/*
tox.ini
@@ -23,6 +23,5 @@ deps =
23
check-manifest
24
flake8
25
commands =
26
- check-manifest {toxinidir}
27
flake8 src setup.py
28
python setup.py check --strict --metadata
0 commit comments