Ran black, updated to pylint 2.x

This commit is contained in:
dherrada 2020-04-14 16:32:06 -04:00
parent 9e13900993
commit e27030cdc1
No known key found for this signature in database
GPG key ID: CE2ADBAB8775CE81

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: Check formatting