We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0282677 commit a609685Copy full SHA for a609685
.travis.yml
@@ -20,7 +20,7 @@ install:
20
- pip install --force-reinstall "pylint<3"
21
22
script:
23
-- pylint --disable=too-few-public-methods adafruit_ble/**/*.py adafruit_ble/*.py
+- pylint adafruit_ble/**/*.py adafruit_ble/*.py
24
- ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace
25
examples/*.py)
26
- circuitpython-build-bundles --filename_prefix adafruit-circuitpython-ble
0 commit comments