Explorar o código

CI: Enable linting of tests

Jason Rumney %!s(int64=2) %!d(string=hai) anos
pai
achega
f84eb0065d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/linting.yml

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

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