Skip to content

Commit 05a2466

Browse files
authored
Update Makefile
1 parent 4b4ae71 commit 05a2466

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ cover-html:
4141
open htmlcov/index.html
4242

4343
fmt:
44-
pipenv run ruff check --fix && pipenv run ruff format
44+
pipenv run ruff check --fix
45+
pipenv run ruff format
4546

4647
type:
4748
pipenv run mypy .

0 commit comments

Comments
 (0)