File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ * .mpy
2+ .idea
13__pycache__
24_build
35* .pyc
46.env
57build *
68bundles
9+ * .DS_Store
10+ .eggs
11+ dist
12+ ** /* .egg-info
Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ deploy:
2424
2525install :
2626 - pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
27+ - pip install --force-reinstall pylint==1.9.2
2728
2829script :
2930 - pylint adafruit_featherwing/*.py
3031 - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/**/*.py)
3132 - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-featherwing --library_location .
32- - cd docs && sphinx-build -E -W -b html . _build/html
33+ - cd docs && sphinx-build -E -W -b html . _build/html
Original file line number Diff line number Diff line change 1- adafruit-circuitpython-bus-device
1+ adafruit-circuitpython-busdevice
22adafruit-circuitpython-register
You can’t perform that action at this time.
0 commit comments