Skip to content

Commit 4124fb3

Browse files
⬆️ [pre-commit.ci] Update versions of pre-commit hooks
updates: - [github.com/DavidAnson/markdownlint-cli2: v0.15.0 → v0.16.0](DavidAnson/markdownlint-cli2@v0.15.0...v0.16.0) - [github.com/astral-sh/ruff-pre-commit: v0.8.0 → v0.8.2](astral-sh/ruff-pre-commit@v0.8.0...v0.8.2)
1 parent 55f9d02 commit 4124fb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- --no-sort-keys
1919
- id: trailing-whitespace
2020
- repo: https://github.com/DavidAnson/markdownlint-cli2
21-
rev: 'v0.15.0'
21+
rev: 'v0.16.0'
2222
hooks:
2323
- id: markdownlint-cli2
2424
- repo: https://github.com/psf/black
@@ -33,7 +33,7 @@ repos:
3333
additional_dependencies:
3434
- types-requests
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: 'v0.8.0'
36+
rev: 'v0.8.2'
3737
hooks:
3838
- id: ruff
3939
args:

0 commit comments

Comments
 (0)