Skip to content

Commit 068f12f

Browse files
[pre-commit.ci] pre-commit autoupdate (#29)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/adamchainz/blacken-docs: 1.13.0 → 1.15.0](adamchainz/blacken-docs@1.13.0...1.15.0) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v3.0.0](pre-commit/mirrors-prettier@v2.7.1...v3.0.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.10.1](asottile/pyupgrade@v3.4.0...v3.10.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 0cdba9b commit 068f12f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/psf/black
22-
rev: 23.3.0
22+
rev: 23.7.0
2323
hooks:
2424
- id: black
2525

2626
- repo: https://github.com/adamchainz/blacken-docs
27-
rev: 1.13.0
27+
rev: 1.15.0
2828
hooks:
2929
- id: blacken-docs
3030

3131
- repo: https://github.com/pre-commit/mirrors-prettier
32-
rev: v2.7.1
32+
rev: v3.0.0
3333
hooks:
3434
- id: prettier
3535
files: \.(css|html|md|yml|yaml)
3636
args: [--prose-wrap=preserve]
3737

3838
- repo: https://github.com/asottile/pyupgrade
39-
rev: v3.4.0
39+
rev: v3.10.1
4040
hooks:
4141
- id: pyupgrade
4242
args: [--py38-plus]

0 commit comments

Comments
 (0)