diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1a450c18..aac2c783 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,9 +6,9 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.6.3 hooks: - - id: ruff-format - id: ruff args: [--fix, --exit-non-zero-on-fix] + - id: ruff-format - repo: https://github.com/econchick/interrogate rev: 1.7.0