diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11e2f8f69..5e46074d4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -36,7 +36,7 @@ repos: 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: @@ -46,7 +46,7 @@ repos: - "prettier-plugin-toml@0.3.1" - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.4.4 + rev: v0.4.8 hooks: # Run the linter. - id: ruff @@ -55,7 +55,7 @@ repos: # Don't Run the formatter. # - id: ruff-format - repo: "https://github.com/asottile/pyupgrade" - rev: e695ecd365119ab4e5463f6e49bea5f4b7ca786b + rev: v3.16.0 # lock to v2.31.0 (must specify the git hash), v2.32.0 requires python >= 3.7 hooks: - id: pyupgrade @@ -64,7 +64,7 @@ repos: args: - "--py36-plus" - repo: "https://github.com/fsfe/reuse-tool" - rev: v3.0.2 + rev: v3.1.0a1 hooks: - id: reuse additional_dependencies: