Skip to content

Commit da941c6

Browse files
pre-commit autoupdate (#426)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) - [github.com/igorshubovych/markdownlint-cli: v0.46.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.46.0...v0.47.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent dc49153 commit da941c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.14.7
11+
rev: v0.14.10
1212
hooks:
1313
- id: ruff-check
1414
args: [--fix, --unsafe-fixes]
@@ -22,7 +22,7 @@ repos:
2222
- id: trailing-whitespace
2323

2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.19.0
25+
rev: v1.19.1
2626
hooks:
2727
- id: mypy
2828

@@ -47,7 +47,7 @@ repos:
4747
- id: blacken-docs
4848

4949
- repo: https://github.com/igorshubovych/markdownlint-cli
50-
rev: v0.46.0
50+
rev: v0.47.0
5151
hooks:
5252
- id: markdownlint
5353
# MD013: line too long

0 commit comments

Comments
 (0)