We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aca7ad commit 51262cfCopy full SHA for 51262cf
.pre-commit-config.yaml
@@ -4,7 +4,7 @@ exclude: ^(\.[^/]*cache/.*)$
4
repos:
5
- repo: https://github.com/executablebooks/mdformat
6
# Do this before other tools "fixing" the line endings
7
- rev: 0.7.19
+ rev: 0.7.21
8
hooks:
9
- id: mdformat
10
name: Format Markdown
@@ -58,7 +58,7 @@ repos:
58
- -d
59
- "{extends: relaxed, rules: {line-length: {max: 90}}}"
60
- repo: https://github.com/astral-sh/ruff-pre-commit
61
- rev: v0.8.3
+ rev: v0.8.4
62
63
- id: ruff
64
- id: ruff-format
@@ -79,7 +79,7 @@ repos:
79
80
- id: validate-pyproject
81
- repo: https://github.com/pre-commit/mirrors-mypy
82
- rev: v1.13.0
+ rev: v1.14.0
83
84
- id: mypy
85
args: ["--config-file", "pyproject.toml"]
0 commit comments