Skip to content

Commit

Permalink
core: update make format to fix all autofixable things (#27174)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis authored Oct 7, 2024
1 parent d31ec88 commit 5c826fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ lint lint_diff lint_package lint_tests:

format format_diff:
[ "$(PYTHON_FILES)" = "" ] || poetry run ruff format $(PYTHON_FILES)
[ "$(PYTHON_FILES)" = "" ] || poetry run ruff check --select I --fix $(PYTHON_FILES)
[ "$(PYTHON_FILES)" = "" ] || poetry run ruff check --fix $(PYTHON_FILES)

spell_check:
poetry run codespell --toml pyproject.toml
Expand Down

0 comments on commit 5c826fa

Please sign in to comment.