Merge pull request #370 from fronzbot/dependabot/pip/pylint-2.6.0

Bump pylint from 2.5.3 to 2.6.0
This commit is contained in:
Kevin Fronczak
2020-10-05 09:43:33 -04:00
committed by GitHub
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -33,10 +33,9 @@ jobs:
run: |
tox -r -e cov
- name: Codecov
uses: codecov/codecov-action@v1.0.6
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
file: ./coverage.xml
name: blinkpy
+1 -1
View File
@@ -3,7 +3,7 @@ coverage==5.3
flake8==3.8.3
flake8-docstrings==1.5.0
pre-commit==2.6.0
pylint==2.5.3
pylint==2.6.0
pydocstyle==5.0.2
pytest==6.0.1
pytest-cov==2.10.1