We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 636fbb8 commit d635ca5Copy full SHA for d635ca5
.pre-commit-config.yaml
@@ -5,7 +5,7 @@ ci:
5
autoupdate_commit_msg: pre-commit autoupdate
6
repos:
7
- repo: https://github.com/astral-sh/ruff-pre-commit
8
- rev: v0.11.4
+ rev: v0.12.7
9
hooks:
10
# Run the linting tool
11
- id: ruff
@@ -21,7 +21,7 @@ repos:
21
- id: end-of-file-fixer
22
- id: trailing-whitespace
23
- repo: https://github.com/igorshubovych/markdownlint-cli
24
- rev: v0.44.0
+ rev: v0.45.0
25
26
- id: markdownlint
27
# MD013: line too long
@@ -62,7 +62,7 @@ repos:
62
additional_dependencies:
63
- tomli
64
- repo: https://github.com/RobertCraigie/pyright-python
65
- rev: v1.1.398
+ rev: v1.1.403
66
67
- id: pyright
68
args: [--level, error]
0 commit comments