Forráskód Böngészése

CI: Enable linting of tests

Jason Rumney 2 éve
szülő
commit
f84eb0065d
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      .github/workflows/linting.yml

+ 1 - 1
.github/workflows/linting.yml

@@ -18,7 +18,7 @@ jobs:
           python -m pip install --upgrade pip
           python -m pip install --upgrade pip
           pip install -r requirements-dev.txt
           pip install -r requirements-dev.txt
       - name: Python lint
       - name: Python lint
-        run: ruff check --output-format=github custom_components/tuya_local
+        run: ruff check --output-format=github .
       - name: Python include order
       - name: Python include order
         run: ruff check --select I --diff .
         run: ruff check --select I --diff .
       - name: Python coding style
       - name: Python coding style