diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b646e2..4713179 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: python-no-log-warn - id: python-use-type-annotations - repo: https://github.com/asottile/pyupgrade - rev: v3.20.0 + rev: v3.21.0 hooks: - id: pyupgrade args: @@ -42,7 +42,7 @@ repos: hooks: - id: autoflake - repo: https://github.com/PyCQA/isort - rev: 6.1.0 + rev: 7.0.0 hooks: - id: isort - repo: https://github.com/asottile/yesqa