diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6ccc7d367..1f10e11e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,13 +13,13 @@ repos: - --unsafe - id: end-of-file-fixer - id: trailing-whitespace -- repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.2.0 - hooks: - - id: ruff - args: - - --fix - - id: ruff-format +# - repo: https://github.com/charliermarsh/ruff-pre-commit +# rev: v0.2.0 +# hooks: +# - id: ruff +# args: +# - --fix +# - id: ruff-format - repo: local hooks: - id: ruff