1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-08-09 15:55:24 +02:00

code quality

This commit is contained in:
dbarzin 2023-02-25 11:25:26 +01:00
parent 7d84230aaf
commit 21c954c422
2 changed files with 3 additions and 2 deletions

View file

@ -16,6 +16,7 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
ignore: "BLK100"
exclude: "tests/*"
max-line-length: "128"
path: "."