File tree 2 files changed +2
-17
lines changed
2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -36,22 +36,15 @@ repos:
36
36
)
37
37
38
38
- repo : https://github.com/tox-dev/pyproject-fmt
39
- rev : 2.3.0
39
+ rev : 2.4.3
40
40
hooks :
41
41
- id : pyproject-fmt
42
42
43
43
- repo : https://github.com/astral-sh/ruff-pre-commit
44
- rev : v0.6.9
44
+ rev : v0.7.0
45
45
hooks :
46
46
- id : ruff
47
47
48
- - repo : https://github.com/pre-commit/mirrors-mypy
49
- rev : v1.11.2
50
- hooks :
51
- - id : mypy
52
- files : nc_py_api/
53
- additional_dependencies : [pytest]
54
-
55
48
- repo : local
56
49
hooks :
57
50
- id : pylint
Original file line number Diff line number Diff line change @@ -248,11 +248,3 @@ exclude_lines = [
248
248
" DeprecationWarning" ,
249
249
" DEPRECATED" ,
250
250
]
251
-
252
- [tool .mypy ]
253
- ignore_missing_imports = false
254
- warn_unreachable = true
255
- warn_no_return = true
256
- strict_optional = true
257
- check_untyped_defs = true
258
- show_error_codes = true
You can’t perform that action at this time.
0 commit comments