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.
1 parent 43f599d commit 1a93c7bCopy full SHA for 1a93c7b
repo_helper.yml
@@ -50,4 +50,5 @@ keywords:
50
- documentation
51
52
tox_unmanaged:
53
+ - check-wheel-contents
54
- testenv
tox.ini
@@ -8,7 +8,6 @@
8
# * testenv:mypy
9
# * testenv:pyup
10
# * flake8
11
-# * check-wheel-contents
12
# * pytest
13
14
[tox]
@@ -123,7 +122,7 @@ unused-arguments-ignore-magic-methods = True
123
122
unused-arguments-ignore-variadic-names = True
124
125
[check-wheel-contents]
126
-ignore = W002
+ignore = W002,W102
127
toplevel = sphinx_jinja2_compat
128
package = sphinx_jinja2_compat
129
0 commit comments