We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a4f2ea commit 3d26987Copy full SHA for 3d26987
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
)
25
26
- repo: https://github.com/psf/black
27
- rev: 24.4.2
+ rev: 24.8.0
28
hooks:
29
- id: black
30
files: >-
@@ -36,17 +36,17 @@ repos:
36
37
38
- repo: https://github.com/tox-dev/pyproject-fmt
39
- rev: 2.1.4
+ rev: 2.2.1
40
41
- id: pyproject-fmt
42
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: v0.5.5
+ rev: v0.5.6
45
46
- id: ruff
47
48
- repo: https://github.com/pre-commit/mirrors-mypy
49
- rev: v1.11.0
+ rev: v1.11.1
50
51
- id: mypy
52
files: nc_py_api/
0 commit comments