Update validate_python.yml

This commit is contained in:
Edward Firmo
2024-04-10 13:00:18 +02:00
parent 77f9cf66f1
commit 1cdd417340

View File

@@ -25,7 +25,7 @@ jobs:
- name: flake8 Lint - name: flake8 Lint
uses: py-actions/flake8@v2 uses: py-actions/flake8@v2
with: with:
#ignore: "F401" ignore: "F401" # To do: remove for v4.4
#max-line-length: "200" max-line-length: "200"
path: "components/nspanel_ha_blueprint" path: "components/nspanel_ha_blueprint"
... ...