add flake8 path to python checks ci

This commit is contained in:
SwiftyOS
2024-09-20 11:58:52 +02:00
parent 7f514c10cf
commit 4e569f4562

View File

@@ -104,7 +104,7 @@ jobs:
- name: Lint (Flake8)
if: success() || failure()
run: poetry run flake8 .
run: poetry run flake8 --config=./classic/.flake8 .
working-directory: classic/${{ matrix.sub-package }}
types: