Skip to content

Commit d635ca5

Browse files
pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.4 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.4...v0.12.7) - [github.com/igorshubovych/markdownlint-cli: v0.44.0 → v0.45.0](igorshubovych/markdownlint-cli@v0.44.0...v0.45.0) - [github.com/RobertCraigie/pyright-python: v1.1.398 → v1.1.403](RobertCraigie/pyright-python@v1.1.398...v1.1.403)
1 parent 636fbb8 commit d635ca5

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
@@ -5,7 +5,7 @@ ci:
55
autoupdate_commit_msg: pre-commit autoupdate
66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.11.4
8+
rev: v0.12.7
99
hooks:
1010
# Run the linting tool
1111
- id: ruff
@@ -21,7 +21,7 @@ repos:
2121
- id: end-of-file-fixer
2222
- id: trailing-whitespace
2323
- repo: https://github.com/igorshubovych/markdownlint-cli
24-
rev: v0.44.0
24+
rev: v0.45.0
2525
hooks:
2626
- id: markdownlint
2727
# MD013: line too long
@@ -62,7 +62,7 @@ repos:
6262
additional_dependencies:
6363
- tomli
6464
- repo: https://github.com/RobertCraigie/pyright-python
65-
rev: v1.1.398
65+
rev: v1.1.403
6666
hooks:
6767
- id: pyright
6868
args: [--level, error]

0 commit comments

Comments
 (0)