We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e2e6ab commit 92062fcCopy full SHA for 92062fc
.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.4
+ rev: v0.1.5
20
hooks:
21
- id: ruff
22
23
- repo: https://github.com/psf/black
24
- rev: 23.10.1
+ rev: 23.11.0
25
26
- id: black
27
@@ -33,7 +33,7 @@ repos:
33
- tomli
34
35
- repo: https://github.com/tox-dev/pyproject-fmt
36
- rev: "1.4.1"
+ rev: "1.5.1"
37
38
- id: pyproject-fmt
39
@@ -51,7 +51,7 @@ repos:
51
- id: validate-pyproject
52
53
- repo: https://github.com/pre-commit/mirrors-mypy
54
- rev: v1.6.1
+ rev: v1.7.0
55
56
- id: mypy
57
args:
0 commit comments