File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Top Open diff view settings Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -36,22 +36,15 @@ repos:
3636 )
3737
3838 - repo : https://github.com/tox-dev/pyproject-fmt
39- rev : 2.3.0
39+ rev : 2.4.3
4040 hooks :
4141 - id : pyproject-fmt
4242
4343- repo : https://github.com/astral-sh/ruff-pre-commit
44- rev : v0.6.9
44+ rev : v0.7.0
4545 hooks :
4646 - id : ruff
4747
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-
5548- repo : local
5649 hooks :
5750 - id : pylint
Original file line number Diff line number Diff line change @@ -248,11 +248,3 @@ exclude_lines = [
248248 " DeprecationWarning" ,
249249 " DEPRECATED" ,
250250]
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