Skip to content

Commit 20d08c1

Browse files
[pre-commit.ci] pre-commit autoupdate (#2054)
updates: - [github.com/asottile/pyupgrade: v2.13.0 → v2.14.0](asottile/pyupgrade@v2.13.0...v2.14.0) - [github.com/psf/black: 21.4b0 → 21.4b2](psf/black@21.4b0...21.4b2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2d820ec commit 20d08c1

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
@@ -14,15 +14,15 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/asottile/pyupgrade
17-
rev: v2.13.0
17+
rev: v2.14.0
1818
hooks:
1919
- id: pyupgrade
2020
- repo: https://github.com/PyCQA/isort
2121
rev: 5.8.0
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 21.4b0
25+
rev: 21.4b2
2626
hooks:
2727
- id: black
2828
args:

0 commit comments

Comments
 (0)