mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 16:40:24 +08:00
Enforce psf/black and flake8 on tests/
This commit is contained in:
@@ -27,10 +27,10 @@ jobs:
|
||||
pip install -r requirements-dev.txt
|
||||
|
||||
- name: Validate against psf/black
|
||||
run: python -m black --check pdfplumber
|
||||
run: python -m black --check pdfplumber tests
|
||||
|
||||
- name: Validate against flake8
|
||||
run: python -m flake8 pdfplumber
|
||||
run: python -m flake8 pdfplumber tests
|
||||
|
||||
test:
|
||||
needs: lint
|
||||
|
||||
Reference in New Issue
Block a user