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 476f212 commit 150f19dCopy full SHA for 150f19d
.github/workflows/build.yml
@@ -43,6 +43,9 @@ jobs:
43
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
+ run: |
48
+ black --check --target-version=py35 .
49
- name: PyLint
50
run: |
51
pylint $( find . -path './adafruit*.py' )
0 commit comments