Skip to content

Bump WillCodeForCats/python-lint-action from 1.0.9 to 1.0.10 #1087

Bump WillCodeForCats/python-lint-action from 1.0.9 to 1.0.10

Bump WillCodeForCats/python-lint-action from 1.0.9 to 1.0.10 #1087

name: Python Code Quality Action
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: WillCodeForCats/[email protected]
with:
python-root-list: "custom_components/solaredge_modbus_multi"
use-flake8: true
use-black: true
use-isort: true