Skip to content

Commit f8852a0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.41.0...v0.45.0) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.1.15 → v1.7.7.24](Mateusz-Grzelinski/actionlint-py@v1.7.1.15...v1.7.7.24) - [github.com/adrienverge/yamllint.git: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint.git/compare/v1.35.1...v1.37.1) - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.12.12](astral-sh/ruff-pre-commit@v0.5.2...v0.12.12) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.17.1](pre-commit/mirrors-mypy@v1.10.1...v1.17.1)
1 parent 957e377 commit f8852a0

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ exclude: |
1111
repos:
1212

1313
- repo: https://github.com/pre-commit/pre-commit-hooks
14-
rev: v4.6.0
14+
rev: v6.0.0
1515
hooks:
1616
- id: check-added-large-files
1717
- id: check-case-conflict
@@ -42,7 +42,7 @@ repos:
4242
['--no-error-on-unmatched-pattern', '--ignore-unknown']
4343

4444
- repo: https://github.com/igorshubovych/markdownlint-cli
45-
rev: v0.41.0
45+
rev: v0.45.0
4646
hooks:
4747
- id: markdownlint
4848
args: ["--fix"]
@@ -59,26 +59,26 @@ repos:
5959
args: ["--ignore=E006,E011"]
6060

6161
- repo: https://github.com/shellcheck-py/shellcheck-py
62-
rev: v0.10.0.1
62+
rev: v0.11.0.1
6363
hooks:
6464
- id: shellcheck
6565
args: ["-x"] # Check external files
6666

6767
- repo: https://github.com/Mateusz-Grzelinski/actionlint-py
68-
rev: v1.7.1.15
68+
rev: v1.7.7.24
6969
hooks:
7070
- id: actionlint
7171

7272
- repo: https://github.com/adrienverge/yamllint.git
73-
rev: v1.35.1
73+
rev: v1.37.1
7474
hooks:
7575
- id: yamllint
7676
args:
7777
["-d", "{rules: {line-length: {max: 120}},
7878
ignore-from-file: [.gitignore],}"]
7979

8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: v0.5.2
81+
rev: v0.12.12
8282
hooks:
8383
- id: ruff
8484
args: [--fix, --exit-non-zero-on-fix, --config=pyproject.toml]
@@ -94,7 +94,7 @@ repos:
9494
then /bin/mkdir .mypy_cache; fi; exit 0'
9595

9696
- repo: https://github.com/pre-commit/mirrors-mypy
97-
rev: "v1.10.1"
97+
rev: "v1.17.1"
9898
hooks:
9999
- id: mypy
100100
verbose: true

0 commit comments

Comments
 (0)