Skip to content

Commit e86adac

Browse files
chore: update pre-commit hook versions
updates: - [github.com/rhysd/actionlint: v1.7.10 → v1.7.11](rhysd/actionlint@v1.7.10...v1.7.11) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.0...v0.15.4) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.4](astral-sh/ruff-pre-commit@v0.15.0...v0.15.4)
1 parent b8fc2ce commit e86adac

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
@@ -37,7 +37,7 @@ repos:
3737
exclude: compose.*\.yaml$
3838
args: [-c=.yamllint.yml]
3939
- repo: https://github.com/rhysd/actionlint
40-
rev: v1.7.10
40+
rev: v1.7.11
4141
hooks:
4242
- id: actionlint
4343
- repo: https://github.com/igorshubovych/markdownlint-cli
@@ -49,12 +49,12 @@ repos:
4949
hooks:
5050
- id: add-trailing-comma
5151
- repo: https://github.com/astral-sh/ruff-pre-commit
52-
rev: v0.15.0
52+
rev: v0.15.4
5353
hooks:
5454
- id: ruff-check
5555
args: [--fix]
5656
- repo: https://github.com/astral-sh/ruff-pre-commit
57-
rev: v0.15.0
57+
rev: v0.15.4
5858
hooks:
5959
- id: ruff-format
6060
- repo: https://github.com/jsh9/pydoclint

0 commit comments

Comments
 (0)