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 3bec2cf commit 69fca32Copy full SHA for 69fca32
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.4.10"
+ rev: "v0.5.0"
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -30,7 +30,7 @@ repos:
30
- id: pyupgrade
31
args: [--py38-plus]
32
- repo: https://github.com/asottile/blacken-docs
33
- rev: 1.16.0
+ rev: 1.18.0
34
35
- id: blacken-docs
36
additional_dependencies: [black==24.2.0]
@@ -43,7 +43,7 @@ repos:
43
language: python
44
additional_dependencies: [pygments, restructuredtext_lint]
45
- repo: https://github.com/pre-commit/mirrors-mypy
46
- rev: v1.10.0
+ rev: v1.10.1
47
48
- id: mypy
49
files: ^(src/|testing/)
0 commit comments