We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c111bf8 commit 28beffcCopy full SHA for 28beffc
2 files changed
.travis.yml
@@ -42,7 +42,7 @@ install:
42
- pip install --force-reinstall pylint==1.9.2
43
44
script:
45
- - pylint adafruit_display_shapes.py
+ - pylint adafruit_display_shapes/*.py
46
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
47
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-display_shapes --library_location .
48
- cd docs && sphinx-build -E -W -b html . _build/html && cd ..
adafruit_display_shapes/rect.py
@@ -38,7 +38,6 @@
38
39
"""
40
41
-
import displayio
__version__ = "0.0.0-auto.0"
0 commit comments