diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 896f6cd..99400df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: "docs/|ext/" repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: debug-statements @@ -14,7 +14,7 @@ repos: - id: pyupgrade args: [--py37-plus, --keep-percent-format] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.4" + rev: "v0.6.9" hooks: # Run the linter. - id: ruff