Skip to content

Commit 1a93c7b

Browse files
committed
Configure check-wheel-contents
1 parent 43f599d commit 1a93c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,5 @@ keywords:
5050
- documentation
5151

5252
tox_unmanaged:
53+
- check-wheel-contents
5354
- testenv

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# * testenv:mypy
99
# * testenv:pyup
1010
# * flake8
11-
# * check-wheel-contents
1211
# * pytest
1312

1413
[tox]
@@ -123,7 +122,7 @@ unused-arguments-ignore-magic-methods = True
123122
unused-arguments-ignore-variadic-names = True
124123
125124
[check-wheel-contents]
126-
ignore = W002
125+
ignore = W002,W102
127126
toplevel = sphinx_jinja2_compat
128127
package = sphinx_jinja2_compat
129128

0 commit comments

Comments
 (0)