Skip to content

Commit b1665d5

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

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
@@ -35,7 +35,7 @@ repos:
3535
args: ["--profile", "black", "--filter-files"]
3636

3737
- repo: https://github.com/psf/black
38-
rev: 21.7b0
38+
rev: 21.8b0
3939
hooks:
4040
- id: black
4141
language_version: python3
@@ -55,7 +55,7 @@ repos:
5555
- --ignore-words-list=pres,nd,te,afe,ue,wil,tey,te,ot,fo
5656

5757
- repo: https://github.com/asottile/pyupgrade
58-
rev: v2.24.0
58+
rev: v2.25.0
5959
hooks:
6060
- id: pyupgrade
6161
args:

0 commit comments

Comments
 (0)