We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21d7e62 commit 77d6e12Copy full SHA for 77d6e12
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
- id: fix-byte-order-marker
14
- id: mixed-line-ending
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
- rev: "v0.14.9"
+ rev: "v0.14.10"
17
hooks:
18
# Run the linter
19
- id: ruff
pyproject.toml
@@ -47,7 +47,7 @@ lint = [
47
"sphinx>=7.4.7",
48
]
49
types = [
50
- "mypy[reports]==1.18.2",
+ "mypy[reports]==1.19.1",
51
"types-Pygments",
52
"types-colorama",
53
"types-setuptools",
0 commit comments