Skip to content

Commit

Permalink
Fix ruff warnings (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Apr 24, 2024
1 parent 70d1123 commit 93b971b
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 93b971b

Please sign in to comment.