diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 326c1b9..4686344 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - --max-line-length=100 - --ignore=W503,E203 - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade language_version: python3