Enforce import order via isort

This commit is contained in:
Jeremy Singer-Vine
2021-12-09 22:27:51 -05:00
parent 2f7e7ee491
commit d72b879665
25 changed files with 114 additions and 91 deletions
+3
View File
@@ -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