We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e00778 commit e70fbc3Copy full SHA for e70fbc3
.pre-commit-config.yaml
@@ -24,7 +24,7 @@ repos:
24
)
25
26
- repo: https://github.com/psf/black
27
- rev: 24.4.0
+ rev: 24.4.2
28
hooks:
29
- id: black
30
files: >-
@@ -41,12 +41,12 @@ repos:
41
- id: pyproject-fmt
42
43
- repo: https://github.com/astral-sh/ruff-pre-commit
44
- rev: v0.4.1
+ rev: v0.4.2
45
46
- id: ruff
47
48
- repo: https://github.com/pre-commit/mirrors-mypy
49
- rev: v1.9.0
+ rev: v1.10.0
50
51
- id: mypy
52
files: nc_py_api/
0 commit comments