mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-07-21 22:39:41 +02:00
remobe flake8 black
This commit is contained in:
parent
20bf2dae31
commit
76f53ff5a4
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -16,8 +16,7 @@ jobs:
|
||||||
- name: flake8 Lint
|
- name: flake8 Lint
|
||||||
uses: py-actions/flake8@v2
|
uses: py-actions/flake8@v2
|
||||||
with:
|
with:
|
||||||
ignore: "BLK100"
|
|
||||||
max-line-length: "128"
|
max-line-length: "128"
|
||||||
path: "."
|
path: "."
|
||||||
plugins: "flake8-bugbear==22.1.11 flake8-black"
|
plugins: "flake8-bugbear"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue