Ran black, updated to pylint 2.x

This commit is contained in:
dherrada
2020-03-15 18:41:20 -04:00
parent b693eaffac
commit c2c1208eb4
6 changed files with 133 additions and 117 deletions

View File

@ -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