]> Repositories - Adafruit_Blinka-hackapet.git/blobdiff - .github/workflows/build.yml
black using python 3.7 style
[Adafruit_Blinka-hackapet.git] / .github / workflows / build.yml
index 79c25752f014da9e0fd5072dcf1a7c712b2fe2d6..0da2cc6c88f3118d577f90f6bfc9c7fc90122f82 100644 (file)
@@ -40,7 +40,7 @@ jobs:
       run: git describe --dirty --always --tags
     - name: Check formatting
       run: |
-        black --check --target-version=py35 .
+        black --check --target-version=py37 .
     - name: PyLint
       run: |
         pylint $( find src -name '*.py' )