1
0
Fork 0
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:
Didier Barzin 2023-02-25 11:18:47 +01:00 committed by GitHub
parent 0250164f01
commit 1eb35962ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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