Skip to content

Commit c746322

Browse files
[pre-commit.ci] pre-commit autoupdate (#2144)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 63e884e commit c746322

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ repos:
1212
- id: end-of-file-fixer
1313
- id: trailing-whitespace
1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.20.0
15+
rev: v2.21.0
1616
hooks:
1717
- id: pyupgrade
1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.9.1
19+
rev: 5.9.2
2020
hooks:
2121
- id: isort
2222
- repo: https://github.com/psf/black

0 commit comments

Comments
 (0)