diff --git a/Makefile b/Makefile index cb632494..e383a892 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ FLAGS= flake: checkrst - python -m flake8 --format=abspath + python -m flake8 test: flake python -Wd -m pytest -s -vv $(FLAGS) ./tests/ diff --git a/requirements-dev.in b/requirements-dev.in index 4e08c069..d050be5a 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,7 +1,6 @@ codecov~=2.1.13 coverage~=7.2.7 flake8~=3.9.0 -flake8-formatter-abspath~=1.0.1 flake8-black~=0.3.3 flake8-isort~= 4.1.1 black~=22.6.0