Skip to content

Commit 2ef4bd6

Browse files
committed
Use ruff check
1 parent 6911eba commit 2ef4bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SHELL=/bin/bash
22

33
lint:
4-
ruff $$(dirname */__init__.py)
4+
ruff check $$(dirname */__init__.py)
55
mypy --install-types --non-interactive --check-untyped-defs $$(dirname */__init__.py)
66

77
test:

0 commit comments

Comments
 (0)