diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9032aa82..2e8093b2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.3.4' + rev: 'v0.3.5' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -18,7 +18,7 @@ repos: - tomli args: [--ignore-words-list, astroid ] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -62,7 +62,7 @@ repos: args: - "--config=pyproject.toml" - repo: https://github.com/econchick/interrogate - rev: 1.5.0 # or master if you're bold + rev: 1.7.0 # or master if you're bold hooks: - id: interrogate exclude: test.*