diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b2f2c3..97b24e7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,6 +29,6 @@ repos: hooks: # Run the linter. - id: ruff - args: [ --fix ] + args: [ --fix, --preview ] # Run the formatter. - id: ruff-format