Skip to content

Commit fe9f17a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/igorshubovych/markdownlint-cli: v0.47.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.47.0...v0.48.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.10.24 → v1.7.11.24](Mateusz-Grzelinski/actionlint-py@v1.7.10.24...v1.7.11.24) - [github.com/adrienverge/yamllint.git: v1.37.1 → v1.38.0](https://github.com/adrienverge/yamllint.git/compare/v1.37.1...v1.38.0) - [github.com/astral-sh/ruff-pre-commit: v0.14.11 → v0.15.8](astral-sh/ruff-pre-commit@v0.14.11...v0.15.8) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25)
1 parent 31b638e commit fe9f17a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ repos:
6161
args: ["--no-error-on-unmatched-pattern", "--ignore-unknown"]
6262

6363
- repo: https://github.com/igorshubovych/markdownlint-cli
64-
rev: v0.47.0
64+
rev: v0.48.0
6565
hooks:
6666
- id: markdownlint
6767
args: ["--fix"]
@@ -85,12 +85,12 @@ repos:
8585
args: ["-x"] # Check external files
8686

8787
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
88-
rev: v1.7.10.24
88+
rev: v1.7.11.24
8989
hooks:
9090
- id: actionlint
9191

9292
- repo: https://github.com/adrienverge/yamllint.git
93-
rev: v1.37.1
93+
rev: v1.38.0
9494
hooks:
9595
- id: yamllint
9696
args:
@@ -100,7 +100,7 @@ repos:
100100
]
101101

102102
- repo: https://github.com/astral-sh/ruff-pre-commit
103-
rev: v0.14.11
103+
rev: v0.15.8
104104
hooks:
105105
- id: ruff
106106
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]
@@ -120,7 +120,7 @@ repos:
120120
entry: bash -c 'if [ ! -d .mypy_cache ]; then /bin/mkdir .mypy_cache; fi; exit 0'
121121

122122
- repo: https://github.com/abravalheri/validate-pyproject
123-
rev: v0.24.1
123+
rev: v0.25
124124
hooks:
125125
- id: validate-pyproject
126126
# Optional extra validations from SchemaStore:

0 commit comments

Comments
 (0)