@@ -26,17 +26,17 @@ jobs:
26
26
fail-fast : false
27
27
matrix :
28
28
include :
29
- - { python-version: 3.6, name: flake8, cmd: flake8, }
30
- - { python-version: 3.7, name: flake8, cmd: flake8, }
31
- - { python-version: 3.8, name: flake8, cmd: flake8, }
32
- - { python-version: 3.9, name: flake8, cmd: flake8, }
33
- - { python-version: 3.9, name: pydocstyle, cmd: pydocstyle, }
34
- - { python-version: 3.6, name: pylint, cmd: pylint }
35
- - { python-version: 3.7, name: pylint, cmd: pylint }
36
- - { python-version: 3.8, name: pylint, cmd: pylint }
37
- - { python-version: 3.9, name: pylint, cmd: pylint }
38
- - { python-version: 3.9, name: isort, cmd: isort --check-only }
39
- - { python-version: 3.9, name: bandit, cmd: bandit -r }
29
+ - { python-version: 3.6, name: flake8, cmd: flake8, }
30
+ - { python-version: 3.7, name: flake8, cmd: flake8, }
31
+ - { python-version: 3.8, name: flake8, cmd: flake8, }
32
+ - { python-version: 3.9, name: flake8, cmd: flake8, }
33
+ - { python-version: 3.9, name: pydocstyle, cmd: pydocstyle, }
34
+ - { python-version: 3.6, name: pylint, cmd: pylint --extension-pkg-whitelist=vl53l5cx_py }
35
+ - { python-version: 3.7, name: pylint, cmd: pylint --extension-pkg-whitelist=vl53l5cx_py }
36
+ - { python-version: 3.8, name: pylint, cmd: pylint --extension-pkg-whitelist=vl53l5cx_py }
37
+ - { python-version: 3.9, name: pylint, cmd: pylint --extension-pkg-whitelist=vl53l5cx_py }
38
+ - { python-version: 3.9, name: isort, cmd: isort --check-only }
39
+ - { python-version: 3.9, name: bandit, cmd: bandit -r }
40
40
steps :
41
41
- uses : actions/checkout@v2
42
42
- uses : actions/setup-python@v2
0 commit comments