fix (Actions): trying to get ruff to check everything

This commit is contained in:
darkicewolf50 2024-12-21 16:10:00 -07:00
parent 79c099bf43
commit 36bbba0898

View File

@ -42,4 +42,4 @@ jobs:
run: pip install ruff
- name: Lint
run: ruff check ./*/*.py --ignore E402
run: ruff check ./*.py ./**/*/*.py --ignore E402