Skip to content

Commit

Permalink
Remove redundant config flag from 'ruff check' command in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Nov 19, 2024
1 parent 663685b commit 434ac53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ fix_codespell: ## run codespell to fix spelling errors
poetry run codespell --toml pyproject.toml --write

format: ## run code formatters
@uv run ruff check . --fix --config pyproject.toml
@uv run ruff check . --fix
@uv run ruff format . --config pyproject.toml
@cd src/frontend && npm run format

Expand Down

0 comments on commit 434ac53

Please sign in to comment.