File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ * .mpy
2
+ .idea
1
3
__pycache__
2
4
_build
3
5
* .pyc
4
6
.env
5
7
build *
6
8
bundles
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:
24
24
25
25
install :
26
26
- pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
27
+ - pip install --force-reinstall pylint==1.9.2
27
28
28
29
script :
29
30
- pylint adafruit_featherwing/*.py
30
31
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/**/*.py)
31
32
- 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
2
2
adafruit-circuitpython-register
You can’t perform that action at this time.
0 commit comments