summaryrefslogtreecommitdiff
path: root/.pre-commit-config.yaml
diff options
context:
space:
mode:
authorpre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>2021-07-13 10:14:50 +0200
committerGitHub <noreply@github.com>2021-07-13 10:14:50 +0200
commit071d36a3006f4e758ab4a185ff2e904275bb0be5 (patch)
treebd1e7268663a9dfaa3a4970c3be3a0a9fa6cc8f3 /.pre-commit-config.yaml
parent820a7554b757524f938fd35091c2d8324a5b5d1c (diff)
downloadastroid-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.yaml4
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