1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +02:00

remobe flake8 black

This commit is contained in:
dbarzin 2023-02-26 10:23:39 +01:00
parent 20bf2dae31
commit 76f53ff5a4

View file

@ -16,8 +16,7 @@ jobs:
- name: flake8 Lint
uses: py-actions/flake8@v2
with:
ignore: "BLK100"
max-line-length: "128"
path: "."
plugins: "flake8-bugbear==22.1.11 flake8-black"
plugins: "flake8-bugbear"