Skip to content

Commit e66800d

Browse files
[pre-commit.ci] pre-commit autoupdate (#213)
updates: - [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) - [github.com/asottile/pyupgrade: v3.8.0 → v3.9.0](asottile/pyupgrade@v3.8.0...v3.9.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 812d7f0 commit e66800d

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
@@ -4,11 +4,11 @@ repos:
44
hooks:
55
- id: codespell
66
- repo: https://github.com/psf/black
7-
rev: 23.3.0
7+
rev: 23.7.0
88
hooks:
99
- id: black
1010
- repo: https://github.com/asottile/blacken-docs
11-
rev: 1.14.0
11+
rev: 1.15.0
1212
hooks:
1313
- id: blacken-docs
1414
additional_dependencies: [black==22.12.0]
@@ -19,7 +19,7 @@ repos:
1919
- id: end-of-file-fixer
2020
- id: check-yaml
2121
- repo: https://github.com/asottile/pyupgrade
22-
rev: v3.8.0
22+
rev: v3.9.0
2323
hooks:
2424
- id: pyupgrade
2525
args: [--py37-plus]

0 commit comments

Comments
 (0)