Skip to content

Commit 4f24433

Browse files
committed
fix
1 parent 34c274c commit 4f24433

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Makefile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ blue:
1919
isort:
2020
poetry run isort app/
2121

22-
.PHONY: ruff
23-
ruff:
24-
poetry run ruff check app/ --fix --respect-gitignore
25-
2622
.PHONY: ref
27-
ref: blue isort ruff
23+
ref: blue isort
2824

2925
.PHONY: dev
3026
dev:

0 commit comments

Comments
 (0)