Skip to content

Commit 26f2b40

Browse files
committed
Revert "ignore version in pylint check as well"
This reverts commit 3d91572.
1 parent 460a7ab commit 26f2b40

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
@@ -36,7 +36,7 @@ commands=pytest {posargs}
3636

3737

3838
[testenv:pylint]
39-
commands = pylint --rcfile=.pylintrc src/aws_secretsmanager_caching --ignore=version.py
39+
commands = pylint --rcfile=.pylintrc src/aws_secretsmanager_caching
4040

4141
[testenv:isort]
4242
changedir = {toxinidir}

0 commit comments

Comments
 (0)