diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 793766a..0bd80f7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: isort args: ['--profile', 'black', '--line-length', '110'] - repo: https://github.com/asottile/pyupgrade - rev: v2.20.0 + rev: v3.1.0 hooks: - id: pyupgrade args: ['--keep-percent-format', '--py37-plus']