Skip to content

Commit 2836fa8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.5.5 → v0.6.8](astral-sh/ruff-pre-commit@v0.5.5...v0.6.8) - [github.com/jackdewinter/pymarkdown: v0.9.21 → v0.9.23](jackdewinter/pymarkdown@v0.9.21...v0.9.23) - [github.com/pre-commit/mirrors-mypy: v1.11.0 → v1.11.2](pre-commit/mirrors-mypy@v1.11.0...v1.11.2)
1 parent cb07051 commit 2836fa8

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
@@ -12,20 +12,20 @@ repos:
1212
- id: end-of-file-fixer
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.5.5
15+
rev: v0.6.8
1616
hooks:
1717
- id: ruff
1818
- id: ruff-format
1919

2020
- repo: https://github.com/jackdewinter/pymarkdown
21-
rev: v0.9.21
21+
rev: v0.9.23
2222
hooks:
2323
- id: pymarkdown
2424
exclude: .github/|CHANGELOG
2525
args: [-d, "MD046", scan]
2626

2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: "v1.11.0"
28+
rev: "v1.11.2"
2929
hooks:
3030
- id: mypy
3131
name: "run mypy"

0 commit comments

Comments
 (0)