Skip to content

Commit 8b22043

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/igorshubovych/markdownlint-cli: v0.41.0 → v0.44.0](igorshubovych/markdownlint-cli@v0.41.0...v0.44.0) - [github.com/Mateusz-Grzelinski/actionlint-py: v1.7.1.15 → v1.7.7.23](Mateusz-Grzelinski/actionlint-py@v1.7.1.15...v1.7.7.23) - [github.com/astral-sh/ruff-pre-commit: v0.5.2 → v0.9.4](astral-sh/ruff-pre-commit@v0.5.2...v0.9.4) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.14.1](pre-commit/mirrors-mypy@v1.10.1...v1.14.1)
1 parent 86f2bae commit 8b22043

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
@@ -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: v5.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.44.0
4646
hooks:
4747
- id: markdownlint
4848
args: ["--fix"]
@@ -65,7 +65,7 @@ repos:
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.23
6969
hooks:
7070
- id: actionlint
7171

@@ -78,7 +78,7 @@ repos:
7878
ignore-from-file: [.gitignore],}"]
7979

8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: v0.5.2
81+
rev: v0.9.4
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.14.1"
9898
hooks:
9999
- id: mypy
100100
verbose: true

0 commit comments

Comments
 (0)