diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 59924bd8c..f68bb9895 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: python: python3 repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: v4.1.0 + rev: v4.2.0 hooks: - id: check-ast - id: check-docstring-first @@ -44,14 +44,14 @@ repos: - "prettier" - "prettier-plugin-toml@0.3.1" - repo: "https://github.com/asottile/pyupgrade" - rev: e695ecd365119ab4e5463f6e49bea5f4b7ca786b + rev: v2.32.1 # lock to v2.31.0 (must specify the git hash), v2.32.0 requires python >= 3.7 hooks: - id: pyupgrade args: - "--py36-plus" - repo: "https://github.com/fsfe/reuse-tool" - rev: v0.14.0 + rev: v1.0.0 hooks: - id: reuse additional_dependencies: