Skip to content

Commit b35565a

Browse files
[pre-commit.ci] pre-commit autoupdate (#2110)
updates: - [github.com/asottile/pyupgrade: v2.21.0 → v2.21.2](asottile/pyupgrade@v2.21.0...v2.21.2) - [github.com/psf/black: 21.6b0 → 21.7b0](psf/black@21.6b0...21.7b0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 3c576a7 commit b35565a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
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.21.0
17+
rev: v2.21.2
1818
hooks:
1919
- id: pyupgrade
2020
- repo: https://github.com/PyCQA/isort
2121
rev: 5.9.2
2222
hooks:
2323
- id: isort
2424
- repo: https://github.com/psf/black
25-
rev: 21.6b0
25+
rev: 21.7b0
2626
hooks:
2727
- id: black
2828
args:

0 commit comments

Comments
 (0)