mirror of
https://github.com/jsvine/pdfplumber.git
synced 2026-08-29 08:34:23 +08:00
Enforce import order via isort
This commit is contained in:
@@ -29,6 +29,9 @@ jobs:
|
||||
- name: Validate against psf/black
|
||||
run: python -m black --check pdfplumber tests
|
||||
|
||||
- name: Validate against isort
|
||||
run: python isort --check-only pdfplumber tests
|
||||
|
||||
- name: Validate against flake8
|
||||
run: python -m flake8 pdfplumber tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user