Merge pull request #6 from adafruit/install-pylint

Update to use latest pylint.
This commit is contained in:
sommersoft 2020-03-05 16:37:49 -06:00 committed by GitHub
commit d0356a33ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@ jobs:
source actions-ci/install.sh
- name: Pip install pylint, black, & Sphinx
run: |
pip install --force-reinstall "pylint<3" black==19.10b0 Sphinx sphinx-rtd-theme
pip install --force-reinstall pylint black==19.10b0 Sphinx sphinx-rtd-theme
- name: Library version
run: git describe --dirty --always --tags
- name: PyLint