diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8a5ca9b..e9b3e53 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,9 +37,6 @@ repos: hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.291 - hooks: - id: ruff-format - repo: https://github.com/shellcheck-py/shellcheck-py