Skip to content

Commit 071d36a

Browse files
[pre-commit.ci] pre-commit autoupdate (#1098)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/asottile/pyupgrade: v2.20.0 → v2.21.0](asottile/pyupgrade@v2.20.0...v2.21.0) - [github.com/PyCQA/isort: 5.9.1 → 5.9.2](PyCQA/isort@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 <[email protected]>
1 parent 820a755 commit 071d36a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ repos:
2121
- --remove-duplicate-keys
2222
- --remove-unused-variables
2323
- repo: https://github.com/asottile/pyupgrade
24-
rev: v2.20.0
24+
rev: v2.21.0
2525
hooks:
2626
- id: pyupgrade
2727
exclude: tests/testdata
2828
args: [--py36-plus]
2929
- repo: https://github.com/PyCQA/isort
30-
rev: 5.9.1
30+
rev: 5.9.2
3131
hooks:
3232
- id: isort
3333
exclude: tests/testdata

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
black==21.6b0
22
pylint==2.9.3
3-
isort==5.8.0
3+
isort==5.9.2
44
flake8==3.9.2
55
mypy==0.910

0 commit comments

Comments
 (0)