Skip to content

Commit b6cb565

Browse files
⬆️ [pre-commit.ci] Update versions of pre-commit hooks
updates: - [github.com/DavidAnson/markdownlint-cli2: v0.16.0 → v0.17.2](DavidAnson/markdownlint-cli2@v0.16.0...v0.17.2) - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.14.0 → v1.14.1](pre-commit/mirrors-mypy@v1.14.0...v1.14.1) - [github.com/astral-sh/ruff-pre-commit: v0.8.4 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.4...v0.9.4)
1 parent 22745e4 commit b6cb565

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,22 @@ repos:
1818
- --no-sort-keys
1919
- id: trailing-whitespace
2020
- repo: https://github.com/DavidAnson/markdownlint-cli2
21-
rev: 'v0.16.0'
21+
rev: 'v0.17.2'
2222
hooks:
2323
- id: markdownlint-cli2
2424
- repo: https://github.com/psf/black
25-
rev: '24.10.0'
25+
rev: '25.1.0'
2626
hooks:
2727
- id: black
2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: 'v1.14.0'
29+
rev: 'v1.14.1'
3030
hooks:
3131
- id: mypy
3232
exclude: '^(?:(?!src).)*$'
3333
additional_dependencies:
3434
- types-requests
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: 'v0.8.4'
36+
rev: 'v0.9.4'
3737
hooks:
3838
- id: ruff
3939
args:

0 commit comments

Comments
 (0)