Skip to content

Commit 7aa406d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/PyCQA/doc8/: v1.1.1 → v1.1.2 - [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.6.3](astral-sh/ruff-pre-commit@v0.4.7...v0.6.3)
1 parent 07b21a0 commit 7aa406d

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
@@ -25,7 +25,7 @@ repos:
2525
- id: remove-tabs
2626

2727
- repo: https://github.com/PyCQA/doc8/
28-
rev: v1.1.1
28+
rev: v1.1.2
2929
hooks:
3030
- id: doc8
3131
require_serial: false
@@ -51,14 +51,14 @@ repos:
5151
- id: yamllint
5252

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

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
61-
rev: v0.4.7
61+
rev: v0.6.3
6262
hooks:
6363
- id: ruff-format
6464
name: ruff (format)

0 commit comments

Comments
 (0)