Skip to content

Commit

Permalink
drop obsolete dev dependency flake8-formatter-abspath (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-keller authored Oct 23, 2023
1 parent ae8160e commit 718e40b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
1 change: 0 additions & 1 deletion requirements-dev.in
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 718e40b

Please sign in to comment.