Skip to content

Commit

Permalink
chore: supress not needed when running 'make format'
Browse files Browse the repository at this point in the history
  • Loading branch information
pommee committed Aug 15, 2024
1 parent fc018ad commit 4dd517c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: dev format
.PHONY: dev format format-fix

dev:
ifeq ($(VIRTUAL_ENV),)
Expand All @@ -8,7 +8,7 @@ else
endif

format:
ruff format && ruff check
ruff format --quiet && ruff check --quiet

format-fix:
ruff format && ruff check --fix

0 comments on commit 4dd517c

Please sign in to comment.