Update validate_python.yml

This commit is contained in:
Edward Firmo
2024-04-10 12:58:51 +02:00
parent b5784187ae
commit 77f9cf66f1

View File

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