We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e2419 commit a03bb47Copy full SHA for a03bb47
.pre-commit-config.yaml
@@ -16,12 +16,12 @@ repos:
16
- id: auto-walrus
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.1.8
+ rev: v0.1.9
20
hooks:
21
- id: ruff
22
23
- repo: https://github.com/psf/black
24
- rev: 23.12.0
+ rev: 23.12.1
25
26
- id: black
27
@@ -51,7 +51,7 @@ repos:
51
- id: validate-pyproject
52
53
- repo: https://github.com/pre-commit/mirrors-mypy
54
- rev: v1.7.1
+ rev: v1.8.0
55
56
- id: mypy
57
args:
0 commit comments