fix(Actions): ruff now checks all

This commit is contained in:
darkicewolf50 2024-12-21 23:22:20 -07:00
parent 36bbba0898
commit ee1a187354

View File

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