05/19 Fix ci.yml 3

This commit is contained in:
2026-05-19 11:15:17 -04:00
parent 718c0abb35
commit 8ea6c8f647
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Run flake8 - name: Run flake8
run: | run: |
flake8 app/ \ python3 -m flake8 app/ \
--max-line-length=120 \ --max-line-length=120 \
--extend-ignore=E501,W503 \ --extend-ignore=E501,W503 \
--exclude=__pycache__,migrations \ --exclude=__pycache__,migrations \