diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2021-07-28 12:04:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-28 12:04:54 +0200 |
commit | e7f4def327e749f2f2db3bf3412b9dc4e22359ef (patch) | |
tree | 73955d7a3d5cd531ac34ae948e3eb9300ec4dbce /.pre-commit-config.yaml | |
parent | 22e0cdcfcdff3ea80142ba6b90758b42a85ed8e0 (diff) | |
download | astroid-git-e7f4def327e749f2f2db3bf3412b9dc4e22359ef.tar.gz |
[pre-commit.ci] pre-commit autoupdate (#1112)
updates:
- [github.com/asottile/pyupgrade: v2.21.2 → v2.23.0](https://github.com/asottile/pyupgrade/compare/v2.21.2...v2.23.0)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd4756f1..3c520462 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,7 +21,7 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/asottile/pyupgrade - rev: v2.21.2 + rev: v2.23.0 hooks: - id: pyupgrade exclude: tests/testdata |