Skip to content

Commit 42fe70d

Browse files
committed
update linting
1 parent d357617 commit 42fe70d

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
@@ -3,13 +3,13 @@ export-all-requirements:
33

44
# auto format and fix
55
lint:
6-
ruff format
76
ruff check --fix
7+
ruff format
88

99
# check the ruff rules
1010
lint-ci:
11-
ruff format --check
1211
ruff check
12+
ruff format --check
1313

1414
test:
1515
pytest

0 commit comments

Comments
 (0)