Skip to content

Commit 6e8121b

Browse files
pre-commit-ci[bot]ahal
authored andcommitted
chore: pre-commit autoupdate
updates: - [github.com/rstcheck/rstcheck: v6.2.4 → v6.2.5](rstcheck/rstcheck@v6.2.4...v6.2.5) - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.8...v0.11.12) - [github.com/compilerla/conventional-pre-commit: v4.1.0 → v4.2.0](compilerla/conventional-pre-commit@v4.1.0...v4.2.0)
1 parent 0019dfe commit 6e8121b

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
@@ -21,7 +21,7 @@ repos:
2121
hooks:
2222
- id: yamllint
2323
- repo: https://github.com/rstcheck/rstcheck
24-
rev: v6.2.4
24+
rev: v6.2.5
2525
hooks:
2626
- id: rstcheck
2727
additional_dependencies:
@@ -39,14 +39,14 @@ repos:
3939
hooks:
4040
- id: black
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: v0.11.8
42+
rev: v0.11.12
4343
hooks:
4444
- id: ruff
4545
args:
4646
- --fix
4747
- --exit-non-zero-on-fix
4848
- repo: https://github.com/compilerla/conventional-pre-commit
49-
rev: v4.1.0
49+
rev: v4.2.0
5050
hooks:
5151
- id: conventional-pre-commit
5252
stages: [commit-msg]

0 commit comments

Comments
 (0)