From 5c826faece7aa5ade4d39e9fb09198dffc2b19c8 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Mon, 7 Oct 2024 15:20:47 -0700 Subject: [PATCH] core: update make format to fix all autofixable things (#27174) --- libs/core/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/core/Makefile b/libs/core/Makefile index 1582fcd478483..d6d84f0911759 100644 --- a/libs/core/Makefile +++ b/libs/core/Makefile @@ -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