We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b9f82c commit 94c8e1aCopy full SHA for 94c8e1a
.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