Skip to content

Commit 157c39b

Browse files
committed
completely removed pytest-flake8 remnanets to fix #29
1 parent 90f8a23 commit 157c39b

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

pytest.ini

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,10 @@ python_files =
66
addopts =
77
--doctest-modules
88
--cov python_utils
9-
--cov-report html
109
--cov-report term-missing
1110
--mypy
1211

13-
flake8-ignore =
14-
*.py W391
15-
docs/*.py ALL
16-
17-
doctest_optionflags =
12+
doctest_optionflags =
1813
ALLOW_UNICODE
1914
ALLOW_BYTES
2015

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
'pytest',
4343
'pytest-cov',
4444
'pytest-mypy',
45-
'pytest-flake8',
4645
'pytest-asyncio',
4746
'sphinx',
4847
'types-setuptools',

0 commit comments

Comments
 (0)