diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6b30856e..a96ea90c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: flake8 exclude: ^docs/conf.py - repo: https://github.com/asottile/pyupgrade - rev: v2.7.4 + rev: v2.9.0 hooks: - id: pyupgrade - repo: https://github.com/asottile/add-trailing-comma