Skip to content

Commit eb2e57d

Browse files
committed
Run check-manifest later in Tox' lint environment
1 parent 1a76cf7 commit eb2e57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ isolated_build = true
77
commands=
88
flake8
99
black --check --diff .
10-
check-manifest
1110
isort --check --diff .
11+
check-manifest
1212
deps =
1313
flake8
1414
black

0 commit comments

Comments
 (0)