Skip to content

Commit a19589e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/adrienverge/yamllint.git: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 → cba56bcde1fdd01c1deb3f945e69764c291a6530](https://github.com/adrienverge/yamllint.git/compare/79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7...cba56bcde1fdd01c1deb3f945e69764c291a6530) - [github.com/Mateusz-Grzelinski/actionlint-py: 2773c7d04be5d0ceb075f215b6d0a4eacd4a432b → 694e2c0dfb4253d51f3c6c54b8f9fec0a16764dc](Mateusz-Grzelinski/actionlint-py@2773c7d...694e2c0) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.48.0](igorshubovych/markdownlint-cli@v0.45.0...v0.48.0) - [github.com/astral-sh/ruff-pre-commit: 3db93a2be6f214ed722bf7bce095ec1b1715422a → b969e2851312ca2b24bbec879ba4954341d1bd12](astral-sh/ruff-pre-commit@3db93a2...b969e28) - [github.com/codespell-project/codespell: 63c8f8312b7559622c0d82815639671ae42132ac → 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a](codespell-project/codespell@63c8f83...2ccb47f)
1 parent e4a7f8f commit a19589e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ repos:
6464
stages: [pre-commit]
6565

6666
- repo: https://github.com/adrienverge/yamllint.git
67-
rev: 79a6b2b1392eaf49cdd32ac4f14be1a809bbd8f7 # frozen: v1.37.1
67+
rev: cba56bcde1fdd01c1deb3f945e69764c291a6530 # frozen: v1.38.0
6868
hooks:
6969
- id: yamllint
7070
types: [yaml]
@@ -75,7 +75,7 @@ repos:
7575
- id: shellcheck
7676

7777
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
78-
rev: 2773c7d04be5d0ceb075f215b6d0a4eacd4a432b # frozen: v1.7.8.24
78+
rev: 694e2c0dfb4253d51f3c6c54b8f9fec0a16764dc # frozen: v1.7.11.24
7979
hooks:
8080
- id: actionlint
8181

@@ -86,7 +86,7 @@ repos:
8686
args: ["--ignore=E006,E011"]
8787

8888
- repo: https://github.com/igorshubovych/markdownlint-cli
89-
rev: v0.45.0 # frozen: v0.42.0
89+
rev: v0.48.0 # frozen: v0.42.0
9090
hooks:
9191
- id: markdownlint
9292
args: ["--fix"]
@@ -97,13 +97,13 @@ repos:
9797
- id: reuse
9898

9999
- repo: https://github.com/astral-sh/ruff-pre-commit
100-
rev: 3db93a2be6f214ed722bf7bce095ec1b1715422a # frozen: v0.14.2
100+
rev: b969e2851312ca2b24bbec879ba4954341d1bd12 # frozen: v0.15.5
101101
hooks:
102102
- id: ruff
103103
args: [--fix, --exit-non-zero-on-fix]
104104
- id: ruff-format
105105

106106
- repo: https://github.com/codespell-project/codespell
107-
rev: 63c8f8312b7559622c0d82815639671ae42132ac # frozen: v2.4.1
107+
rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
108108
hooks:
109109
- id: codespell

0 commit comments

Comments
 (0)