diff options
author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2021-07-13 10:14:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-13 10:14:50 +0200 |
commit | 071d36a3006f4e758ab4a185ff2e904275bb0be5 (patch) | |
tree | bd1e7268663a9dfaa3a4970c3be3a0a9fa6cc8f3 /.pre-commit-config.yaml | |
parent | 820a7554b757524f938fd35091c2d8324a5b5d1c (diff) | |
download | astroid-git-071d36a3006f4e758ab4a185ff2e904275bb0be5.tar.gz |
[pre-commit.ci] pre-commit autoupdate (#1098)
* [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/asottile/pyupgrade: v2.20.0 → v2.21.0](https://github.com/asottile/pyupgrade/compare/v2.20.0...v2.21.0)
- [github.com/PyCQA/isort: 5.9.1 → 5.9.2](https://github.com/PyCQA/isort/compare/5.9.1...5.9.2)
* Update requirements_test_pre_commit.txt
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
Diffstat (limited to '.pre-commit-config.yaml')
-rw-r--r-- | .pre-commit-config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7062b3bb..28b57d5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -21,13 +21,13 @@ repos: - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/asottile/pyupgrade - rev: v2.20.0 + rev: v2.21.0 hooks: - id: pyupgrade exclude: tests/testdata args: [--py36-plus] - repo: https://github.com/PyCQA/isort - rev: 5.9.1 + rev: 5.9.2 hooks: - id: isort exclude: tests/testdata |