diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d984d01f..0b1b14f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -28,7 +28,7 @@ repos: - id: check-json exclude: (.vscode|.devcontainer) - repo: https://github.com/asottile/pyupgrade - rev: v3.17.0 + rev: v3.18.0 hooks: - id: pyupgrade - repo: https://github.com/adrienverge/yamllint.git @@ -41,7 +41,7 @@ repos: hooks: - id: prettier - repo: https://github.com/cdce8p/python-typing-update - rev: v0.6.0 + rev: v0.7.0 hooks: # Run `python-typing-update` hook manually from time to time # to update python typing syntax.