File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1313 cache-dependency-path : " **/setup.cfg"
1414 - run : pip install -e .[all,test]
1515 - run : pip install mypy
16- - run : mypy --install-types --non-interactive jsonargparse*/*.py
16+ - run : mypy jsonargparse*/*.py
1717 pylint :
1818 runs-on : ubuntu-latest
1919 steps :
2525 cache-dependency-path : " **/setup.cfg"
2626 - run : pip install -e .[all,test]
2727 - run : pip install pylint
28- - run : pylint --errors-only --disable=no-member jsonargparse*/*.py
28+ - run : pylint --rcfile=setup.cfg jsonargparse*/*.py
Original file line number Diff line number Diff line change 1616else :
1717 def nothing_decorator (func ):
1818 return func
19- responses_activate = nothing_decorator
19+ responses_activate = nothing_decorator # type: ignore
2020
2121
2222is_posix = os .name == 'posix'
Original file line number Diff line number Diff line change @@ -51,10 +51,12 @@ dev =
5151 %(test)s
5252 %(doc)s
5353 pre-commit>=2.19.0
54+ tox>=3.25.0
5455 pylint>=1.8.3
5556 pycodestyle>=2.5.0
5657 mypy>=0.701
57- tox>=3.25.0
58+ types-PyYAML>=6.0.11
59+ types-requests>=2.28.9
5860doc =
5961 Sphinx>=1.7.9
6062 sphinx-rtd-theme>=0.4.3
You can’t perform that action at this time.
0 commit comments