diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b861b366b..b7294a102 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,7 +5,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v2.9.0 + rev: v2.10.0 hooks: - id: pyupgrade - repo: https://github.com/myint/autoflake