From cc66c93136fcae8a701810a4f4f38ef3b570be61 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sun, 7 Jan 2024 20:56:47 +0100 Subject: [PATCH] enable autoformat --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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