Skip to content

Commit 308a12c

Browse files
committed
More CI Updates
1 parent 8603579 commit 308a12c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: lint-python
22
lint-python:
3-
$(ruff) python
4-
$(black) --check --diff python
3+
ruff python
4+
black --check --diff python
55

66
.PHONY: lint-rust
77
lint-rust:

0 commit comments

Comments
 (0)