Skip to content

Commit 26f5740

Browse files
pre-commit-ci[bot]rkm
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tcort/markdown-link-check: v3.12.2 → v3.13.7](tcort/markdown-link-check@v3.12.2...v3.13.7) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/pycqa/flake8: 7.1.1 → 7.1.2](PyCQA/flake8@7.1.1...7.1.2)
1 parent 613d05d commit 26f5740

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ repos:
7272
.github/ISSUE_TEMPLATE/.*md|
7373
)$
7474
- repo: https://github.com/tcort/markdown-link-check
75-
rev: "v3.12.2"
75+
rev: "v3.13.7"
7676
hooks:
7777
- id: markdown-link-check
7878
args: [--quiet, --config, .meta/markdown-link-check.json]
@@ -100,7 +100,7 @@ repos:
100100
additional_dependencies:
101101
- pep8-naming==0.14.1
102102
- repo: https://github.com/pre-commit/mirrors-mypy
103-
rev: "v1.14.1"
103+
rev: "v1.15.0"
104104
hooks:
105105
- id: mypy
106106
args: [--config-file, .meta/mypy.ini]
@@ -109,13 +109,13 @@ repos:
109109
hooks:
110110
- id: black
111111
- repo: https://github.com/pycqa/isort
112-
rev: 6.0.0
112+
rev: 6.0.1
113113
hooks:
114114
- id: isort
115115
name: isort (python)
116116
args: [--settings=.meta/isort.cfg]
117117
- repo: https://github.com/pycqa/flake8
118-
rev: "7.1.1"
118+
rev: "7.1.2"
119119
hooks:
120120
- id: flake8
121121
additional_dependencies:

0 commit comments

Comments
 (0)