Skip to content

Commit 31237d1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/blacken-docs: 1.16.0 → 1.18.0](adamchainz/blacken-docs@1.16.0...1.18.0) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.5.4](astral-sh/ruff-pre-commit@v0.4.7...v0.5.4)
1 parent 5055ead commit 31237d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ repos:
4949
- id: yamllint
5050

5151
- repo: https://github.com/asottile/blacken-docs
52-
rev: 1.16.0
52+
rev: 1.18.0
5353
hooks:
5454
- id: blacken-docs
5555
args: [-S, -l, '120']
5656
additional_dependencies: [black==23.3.0]
5757

5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.4.7
59+
rev: v0.5.4
6060
hooks:
6161
- id: ruff-format
6262
name: ruff (format)

0 commit comments

Comments
 (0)