Skip to content

Commit 5bf45cc

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - https://github.com/PyCQA/doc8/: v1.1.1 → v1.1.2 - [github.com/asottile/blacken-docs: 1.16.0 → 1.19.1](adamchainz/blacken-docs@1.16.0...1.19.1) - [github.com/astral-sh/ruff-pre-commit: v0.4.7 → v0.8.0](astral-sh/ruff-pre-commit@v0.4.7...v0.8.0)
1 parent 5055ead commit 5bf45cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: check-useless-excludes
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.6.0
9+
rev: v5.0.0
1010
hooks:
1111
- id: check-added-large-files
1212
- id: check-case-conflict
@@ -30,7 +30,7 @@ repos:
3030
- id: remove-tabs
3131

3232
- repo: https://github.com/PyCQA/doc8/
33-
rev: v1.1.1
33+
rev: v1.1.2
3434
hooks:
3535
- id: doc8
3636
require_serial: false
@@ -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.19.1
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.8.0
6060
hooks:
6161
- id: ruff-format
6262
name: ruff (format)

0 commit comments

Comments
 (0)