Skip to content

Commit cd12641

Browse files
committed
fix
1 parent f2d8beb commit cd12641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ REAL_CLONE_URL = $(if $(CLONE_URL),$(CLONE_URL),$(DEFAULT_CLONE_URL))
2222
# Run code quality checks
2323
style_check:
2424
black --check .
25-
ruff .
25+
ruff check .
2626

2727
style:
2828
black .
29-
ruff . --fix
29+
ruff check . --fix
3030

3131
# Run tests for the library
3232
test:

0 commit comments

Comments
 (0)