We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07596ae commit 419a672Copy full SHA for 419a672
.github/workflows/build.yml
@@ -40,12 +40,12 @@ jobs:
40
source actions-ci/install.sh
41
- name: Pip install pylint, black, & Sphinx
42
run: |
43
- pip install --force-reinstall pylint black=19.10b0 Sphinx sphinx-rtd-theme
+ pip install --force-reinstall pylint black==19.10b0 Sphinx sphinx-rtd-theme
44
- name: Library version
45
run: git describe --dirty --always --tags
46
- name: Check formatting
47
48
- black --check --target-version==py35
+ black --check --target-version=py35
49
- name: PyLint
50
51
pylint $( find . -path './neopixel.py' )
0 commit comments