diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95eb898ba3..ff7d553470 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,14 +68,14 @@ repos: - id: upgrade-type-hints - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.3 + rev: v3.0.0-alpha.4 hooks: - id: prettier types_or: [yaml] # Update Python language constructs to modern standards - repo: https://github.com/asottile/pyupgrade - rev: v3.1.0 + rev: v3.2.0 hooks: - id: pyupgrade args: ["--py310-plus"]