diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e6a6cdc..28f7d00 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: identity - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: no-commit-to-branch name: Don't allow commits to the main branch @@ -47,14 +47,14 @@ repos: name: Make code pretty - repo: https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.17.0 hooks: - id: pyupgrade args: [--py311-plus] name: Align Python code to latest syntax - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black name: Check Python formatting