Skip to content

Commit

Permalink
More CI Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleptomania committed Apr 17, 2023
1 parent 8603579 commit 308a12c
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
@@ -1,7 +1,7 @@
.PHONY: lint-python
lint-python:
$(ruff) python
$(black) --check --diff python
ruff python
black --check --diff python

.PHONY: lint-rust
lint-rust:
Expand Down

0 comments on commit 308a12c

Please sign in to comment.