mirror of
https://github.com/dbarzin/pandora-box.git
synced 2025-08-05 05:45:22 +02:00
exclude tests
This commit is contained in:
parent
0250164f01
commit
1eb35962ee
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
- name: flake8 Lint
|
- name: flake8 Lint
|
||||||
uses: py-actions/flake8@v2
|
uses: py-actions/flake8@v2
|
||||||
with:
|
with:
|
||||||
exclude: "test/*"
|
exclude: "tests/*"
|
||||||
max-line-length: "128"
|
max-line-length: "128"
|
||||||
path: "."
|
path: "."
|
||||||
plugins: "flake8-bugbear==22.1.11 flake8-black"
|
plugins: "flake8-bugbear==22.1.11 flake8-black"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue