File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : Lint with pylint
3636 run : |
3737 pylint examples pychromecast
38+ - name : Lint with rstcheck
39+ run : |
40+ rstcheck README.rst
Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ classifiers=[
3131[tool .black ]
3232exclude = ' pb2'
3333
34+ [tool .rstcheck ]
35+ # README.rst has embedded python examples which show the interactive interpreter output
36+ # that's not valid Python, so we disable the check
37+ ignore_languages = [" python" ]
38+
3439[tool .setuptools ]
3540platforms = [" any" ]
3641zip-safe = false
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ flake8==7.0.0
44mypy==1.8.0
55PlexAPI==4.15.9
66pylint==3.0.3
7+ rstcheck==6.2.0
78types-beautifulsoup4==4.12.0.20240106
89types-html5lib==1.1.11.20240106
910types-protobuf==4.24.0.20240129
You can’t perform that action at this time.
0 commit comments