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 87bc32f commit eaf553dCopy full SHA for eaf553d
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.6.1"
+ rev: "v0.6.2"
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -21,7 +21,7 @@ repos:
21
22
- id: python-use-type-annotations
23
- repo: https://github.com/pre-commit/mirrors-mypy
24
- rev: v1.11.1
+ rev: v1.11.2
25
26
- id: mypy
27
files: ^(src/|testing/|scripts/)
doc/en/broken-dep-constraints.txt
@@ -3,4 +3,4 @@
# Pin towncrier temporarily due to incompatibility with sphinxcontrib-towncrier:
# https://github.com/sphinx-contrib/sphinxcontrib-towncrier/issues/92
-towncrier!=24.7.0,!=24.7.1
+towncrier<24.7
0 commit comments