diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 74f29fe..d676868 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: ['--py39-plus']