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 cb64d9c commit 7e0d9a0Copy full SHA for 7e0d9a0
.github/workflows/build.yml
@@ -43,6 +43,9 @@ jobs:
43
pip install 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