diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f41006e..fd08340 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ ci: autofix_prs: false repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.6.0 hooks: - id: debug-statements - id: end-of-file-fixer @@ -32,14 +32,14 @@ repos: exclude: (tox.ini|.*.bat) - repo: https://github.com/asottile/pyupgrade - rev: v3.10.1 + rev: v3.17.0 hooks: - id: pyupgrade stages: [commit] args: [--py3-plus] - repo: https://github.com/asottile/blacken-docs - rev: 1.16.0 + rev: 1.18.0 hooks: - id: blacken-docs stages: [commit] @@ -47,7 +47,7 @@ repos: language_version: python3 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.286 + rev: v0.6.7 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]