diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4226965d..4e3eac68 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: stages: - commit-msg repo: https://github.com/commitizen-tools/commitizen - rev: v3.29.0 + rev: v3.29.1 - hooks: - id: check-useless-excludes repo: meta @@ -19,7 +19,7 @@ repos: - hooks: - id: black repo: https://github.com/python/black - rev: 24.8.0 + rev: 24.10.0 - hooks: - id: check-added-large-files - id: check-ast @@ -48,7 +48,7 @@ repos: - id: check-byte-order-marker - id: check-docstring-first repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 - hooks: - id: flake8 repo: https://github.com/pycqa/flake8 @@ -69,7 +69,7 @@ repos: - hooks: - id: blacken-docs repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.19.0 # - repo: https://github.com/asottile/pyupgrade # rev: v2.38.0