Skip to content

Commit 19b9602

Browse files
[pre-commit.ci] pre-commit autoupdate (#420)
1 parent c52f645 commit 19b9602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
- id: debug-statements
1111
- id: end-of-file-fixer
1212
- repo: https://github.com/asottile/pyupgrade
13-
rev: v2.24.0
13+
rev: v2.25.0
1414
hooks:
1515
- id: pyupgrade
1616
args: [--py36-plus]
@@ -19,11 +19,11 @@ repos:
1919
hooks:
2020
- id: reorder-python-imports
2121
- repo: https://github.com/psf/black
22-
rev: 21.7b0
22+
rev: 21.8b0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/asottile/blacken-docs
26-
rev: v1.10.0
26+
rev: v1.11.0
2727
hooks:
2828
- id: blacken-docs
2929
additional_dependencies: [black]

0 commit comments

Comments
 (0)