Skip to content

Commit 126b3ae

Browse files
pre-commit-ci[bot]nicoddemus
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.8.0 → v3.9.0](asottile/pyupgrade@v3.8.0...v3.9.0) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/asottile/blacken-docs: 1.14.0 → 1.15.0](adamchainz/blacken-docs@1.14.0...1.15.0)
1 parent 1158d38 commit 126b3ae

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
@@ -24,17 +24,17 @@ repos:
2424
hooks:
2525
- id: rst-backticks
2626
- repo: https://github.com/asottile/pyupgrade
27-
rev: v3.8.0
27+
rev: v3.9.0
2828
hooks:
2929
- id: pyupgrade
3030
args: [--py37-plus]
3131
- repo: https://github.com/psf/black
32-
rev: 23.3.0
32+
rev: 23.7.0
3333
hooks:
3434
- id: black
3535
args: [--safe, --quiet]
3636
- repo: https://github.com/asottile/blacken-docs
37-
rev: 1.14.0
37+
rev: 1.15.0
3838
hooks:
3939
- id: blacken-docs
4040
additional_dependencies: [black==22.10.0]

0 commit comments

Comments
 (0)