Skip to content

Commit

Permalink
Update make ruff commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mepland committed May 28, 2024
1 parent d3a568c commit f362e72
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,14 @@ black:
flake8:
@poetry run flake8

.PHONY: ruff-check
ruff-check:
.PHONY: ruff
ruff:
@poetry run ruff check

.PHONY: ruff-fix
ruff-fix:
@poetry run ruff check --fix-only

.PHONY: ruff-check-unsafe
ruff-check-unsafe:
@poetry run ruff check --unsafe-fixes

.PHONY: ruff-fix-unsafe
ruff-fix-unsafe:
@poetry run ruff check --fix-only --unsafe-fixes
Expand Down

0 comments on commit f362e72

Please sign in to comment.