Skip to content

Commit

Permalink
Merge pull request #15 from adafruit/pylint-update
Browse files Browse the repository at this point in the history
Ran black, updated to pylint 2.x
  • Loading branch information
FoamyGuy authored Mar 16, 2020
2 parents 5b6b666 + 27373ce commit 1b5b8d3
Show file tree
Hide file tree
Showing 6 changed files with 270 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
source actions-ci/install.sh
- name: Pip install pylint, black, & Sphinx
run: |
pip install --force-reinstall pylint==1.9.2 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
Expand Down
Loading

0 comments on commit 1b5b8d3

Please sign in to comment.