Skip to content

Commit 6e93878

Browse files
[pre-commit.ci] pre-commit autoupdate (#430)
updates: - [github.com/DavidAnson/markdownlint-cli2: v0.22.0 → v0.22.1](DavidAnson/markdownlint-cli2@v0.22.0...v0.22.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.20.1 → v1.20.2](pre-commit/mirrors-mypy@v1.20.1...v1.20.2) - [github.com/SINTEF/ci-cd: v2.9.2 → v2.10.0](SINTEF/ci-cd@v2.9.2...v2.10.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d14164b commit 6e93878

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
# More information can be found in its source repository:
4242
# https://github.com/DavidAnson/markdownlint-cli2
4343
- repo: https://github.com/DavidAnson/markdownlint-cli2
44-
rev: v0.22.0
44+
rev: v0.22.1
4545
hooks:
4646
- id: markdownlint-cli2
4747
name: markdownlint
@@ -78,7 +78,7 @@ repos:
7878
# More information can be found in its documentation:
7979
# https://docs.astral.sh/ruff/
8080
- repo: https://github.com/astral-sh/ruff-pre-commit
81-
rev: v0.15.11
81+
rev: v0.15.12
8282
hooks:
8383
- id: ruff-check
8484
name: ruff
@@ -106,7 +106,7 @@ repos:
106106
# The project's documentation can be found at:
107107
# https://mypy.readthedocs.io/en/stable/index.html
108108
- repo: https://github.com/pre-commit/mirrors-mypy
109-
rev: v1.20.1
109+
rev: v1.20.2
110110
hooks:
111111
- id: mypy
112112
exclude: ^tests/.*$
@@ -119,7 +119,7 @@ repos:
119119
# More information can be found in its documentation:
120120
# https://SINTEF.github.io/ci-cd/
121121
- repo: https://github.com/SINTEF/ci-cd
122-
rev: v2.9.2
122+
rev: v2.10.0
123123
hooks:
124124
- id: docs-api-reference
125125
args:

0 commit comments

Comments
 (0)