diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ffd4d6e87b6..5ebecd09ac76 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -27,3 +27,6 @@ repos: # Run the linter. - id: ruff-check args: [ --select, I, --fix, --target-version=py310, --line-length=88 ] + # Run the formatter. + - id: ruff-format + args: [ --target-version=py310, --line-length=88 ]