Skip to content

Commit

Permalink
Fix ruff warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 23, 2024
1 parent 7e45a89 commit b525aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ tests:
.PHONY: reformat
reformat:
ruff format .
ruff --fix .
ruff check . --fix

.PHONY: lint
lint:
ruff .
ruff check .

.PHONY: docs
docs: clean
Expand Down

0 comments on commit b525aee

Please sign in to comment.