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

code quality

This commit is contained in:
dbarzin 2023-02-25 18:59:41 +01:00
parent ccf1a9b31c
commit ed789fb9e8
8 changed files with 37 additions and 44 deletions

View file

@ -17,7 +17,6 @@ jobs:
uses: py-actions/flake8@v2
with:
ignore: "BLK100"
exclude: "tests/*"
max-line-length: "128"
path: "."
plugins: "flake8-bugbear==22.1.11 flake8-black"