Skip to content
This repository was archived by the owner on Jun 28, 2023. It is now read-only.

Commit 0013813

Browse files
committed
Add Pylint support
1 parent b3fae49 commit 0013813

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[pytest]
2-
addopts = --flake8 -v --cov everywhere --cov-report html --cov-report term --doctest-modules everywhere tests
2+
addopts = --flake8 --pylint -v --cov everywhere --cov-report html --cov-report term --doctest-modules everywhere tests
33
flake8-ignore =
44
everywhere/__init__.py F401
55

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
setup_requires=['pytest-runner',
2222
'coverage', 'pytest-cov',
2323
'flake8', 'pytest-flake8',
24+
'pylint', 'pytest-pylint',
2425
'mypy-lang'],
2526
tests_require=['pytest'],
2627
install_requires=requires,

0 commit comments

Comments
 (0)