Skip to content

Commit d808563

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.25.0 → v2.28.0](asottile/pyupgrade@v2.25.0...v2.28.0) - [github.com/psf/black: 21.8b0 → 21.9b0](psf/black@21.8b0...21.9b0)
1 parent e43a78e commit d808563

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
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/asottile/pyupgrade
8-
rev: v2.25.0
8+
rev: v2.28.0
99
hooks:
1010
- id: pyupgrade
1111
args: [--py37-plus, --keep-runtime-typing]
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: isort
2525
- repo: https://github.com/psf/black
26-
rev: 21.8b0
26+
rev: 21.9b0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)