We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c04e7 commit 70e9518Copy full SHA for 70e9518
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: "v0.8.3"
+ rev: "v0.8.4"
4
hooks:
5
- id: ruff
6
args: ["--fix"]
@@ -25,7 +25,7 @@ repos:
25
26
- id: rst-backticks
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v3.19.0
+ rev: v3.19.1
29
30
- id: pyupgrade
31
args: [--py39-plus]
@@ -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.13.0
+ rev: v1.14.0
47
48
- id: mypy
49
files: ^(src/|testing/)
0 commit comments