diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e04194a..e3fd8fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.10.1 hooks: - id: pyupgrade args: [--py38-plus] @@ -18,7 +18,7 @@ repos: args: - --quiet-level=2 - repo: https://github.com/PyCQA/flake8 - rev: 6.0.0 + rev: 6.1.0 hooks: - id: flake8 additional_dependencies: @@ -65,7 +65,7 @@ repos: hooks: - id: prettier - repo: https://github.com/cdce8p/python-typing-update - rev: v0.5.1 + rev: v0.6.0 hooks: # Run `python-typing-update` hook manually from time to time # to update python typing syntax.