Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit 51c73e8

Browse files
committed
Run pylint.
1 parent 92fb18c commit 51c73e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ flake8>=3.0.3
22
pep8-naming
33
flake8-quotes
44
flake8-import-order
5+
pylint
56
pytest
67
pytest-cov

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ deps =
1919

2020
commands =
2121
flake8
22+
pylint -E cppcheck_junit.py test.py
2223
# Ignore DeprecationWarning / PendingDeprecationWarning triggered by tox/virtualenv
2324
python -bb -Werror -Wignore::DeprecationWarning -Wignore::PendingDeprecationWarning \
24-
-m pytest --cov=./ test.py
25+
-Wignore::ImportWarning -m pytest --cov=./ test.py
2526
codecov -e TOXENV

0 commit comments

Comments
 (0)