diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4968a6b..060a1ae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: blackdoc files: \.py$ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.5 + rev: v0.6.9 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -33,7 +33,7 @@ repos: - id: pyupgrade args: [--py38-plus, --keep-runtime-typing] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-merge-conflict - id: debug-statements