diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e7f73b..0660dd9 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']