Skip to content

Commit a3f3184

Browse files
committed
Drop pytest-flake8 (tholo/pytest-flake8#92)
1 parent 651c8d7 commit a3f3184

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements/requirements_dev.txt

-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ pytest==6.2.5
1515
pytest-black==0.3.12
1616
pytest-cov==3.0.0
1717
pytest-datadir==1.4.1
18-
pytest-flake8==1.0.7
1918
pytest-mock==3.10.0
2019
pytest-pylint==0.18.0

tests/run.py

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838

3939
if args.lint:
4040
lint_args = [
41-
"--flake8",
4241
"--black",
4342
"--pylint",
4443
f"--pylint-rcfile={os.path.join(root_dir, '.pylintrc')}",

0 commit comments

Comments
 (0)