diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0181b36fa..93e7bd84b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_language_version: node: 17.9.0 repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: v4.4.0 + rev: v4.6.0 hooks: - id: check-ast - id: check-docstring-first @@ -32,11 +32,11 @@ repos: hooks: - id: isort - repo: "https://github.com/psf/black" - rev: 23.12.0 + rev: 24.4.2 hooks: - id: black - repo: "https://github.com/pre-commit/mirrors-prettier" - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier exclude_types: @@ -45,7 +45,7 @@ repos: - "prettier" - "prettier-plugin-toml@0.3.1" - repo: "https://github.com/asottile/pyupgrade" - rev: e695ecd365119ab4e5463f6e49bea5f4b7ca786b + rev: v3.15.2 # lock to v2.31.0 (must specify the git hash), v2.32.0 requires python >= 3.7 hooks: - id: pyupgrade @@ -54,7 +54,7 @@ repos: args: - "--py36-plus" - repo: "https://github.com/fsfe/reuse-tool" - rev: v2.1.0 + rev: v3.0.2 hooks: - id: reuse additional_dependencies: