Skip to content

Commit

Permalink
Fix make, update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Dec 22, 2023
1 parent 1ca22cf commit fbfc8d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ test:

.PHONY: tests
tests:
nox
tox

.PHONY: reformat
reformat:
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
-r requirements-test.txt
-r docs/requirements.txt
twine==4.0.2
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
tox==4.11.4
coverage==7.3.4
ruff==0.1.8
ruff==0.1.9

0 comments on commit fbfc8d9

Please sign in to comment.