Skip to content

Commit

Permalink
del obsolete example & update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Mar 24, 2020
1 parent 6f34fed commit f3e2ff9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 49 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
run: git describe --dirty --always --tags
- name: PyLint
run: |
pylint --disable=too-many-arguments,too-many-instance-attributes $( find . -path './circuitpython*.py' )
pylint --disable=too-many-arguments $( find . -path './circuitpython*.py' )
([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace,too-few-public-methods $( find . -path "./examples/*.py" ))
- name: Build assets
run: circuitpython-build-bundles --filename_prefix ${{ steps.repo-name.outputs.repo-name }} --library_location .
- name: Build docs
working-directory: docs-src
run: sphinx-build -E -W -b html . ../docs
working-directory: docs
run: sphinx-build -E -W -b html . _build/html
1 change: 1 addition & 0 deletions circuitpython_cirque_pinnacle.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
from adafruit_bus_device.i2c_device import I2CDevice

# constants used for bitwise configuration
# pylint: disable=too-few-public-methods
class DataModes:
"""Allowed symbols for configuring the Pinanacle ASIC's data reporting/measurements."""
RELATIVE = 0x00 #: Alias symbol for specifying Relative mode (AKA Mouse mode).
Expand Down
46 changes: 0 additions & 46 deletions examples/cirque_pinnacle_context_test.py

This file was deleted.

0 comments on commit f3e2ff9

Please sign in to comment.