Skip to content

Commit 5b9fd6a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.24.0 → v2.25.0](asottile/pyupgrade@v2.24.0...v2.25.0) - [github.com/psf/black: 21.7b0 → 21.8b0](psf/black@21.7b0...21.8b0)
1 parent 1fe0da4 commit 5b9fd6a

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.24.0
8+
rev: v2.25.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.7b0
26+
rev: 21.8b0
2727
hooks:
2828
- id: black
2929
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)