diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2458c3f7f7..ecef3e9795 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,11 +22,11 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.1.11 hooks: -# - id: ruff-format -# args: [--preview] + - id: ruff-format + args: [--preview] - id: ruff args: [ - #--fix, + --fix, --preview ] - repo: https://github.com/jazzband/pip-tools