Skip to content

Commit 4c2d1f5

Browse files
[pre-commit.ci] pre-commit autoupdate (#503)
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) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e57b522 commit 4c2d1f5

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
@@ -15,17 +15,17 @@ repos:
1515
- id: check-yaml
1616
- id: debug-statements
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.8.0
18+
rev: v3.9.0
1919
hooks:
2020
- id: pyupgrade
2121
- repo: https://github.com/psf/black
22-
rev: 23.3.0
22+
rev: 23.7.0
2323
hooks:
2424
- id: black
2525
args: [--safe, --quiet]
2626
language_version: python3
2727
- repo: https://github.com/asottile/blacken-docs
28-
rev: 1.14.0
28+
rev: 1.15.0
2929
hooks:
3030
- id: blacken-docs
3131
additional_dependencies: [black==23.1.0]

0 commit comments

Comments
 (0)