Filter paths for isort
This commit is contained in:
parent
1b4230fdd9
commit
7adba39501
1
.github/workflows/pythonpackage.yml
vendored
1
.github/workflows/pythonpackage.yml
vendored
@ -34,6 +34,7 @@ jobs:
|
|||||||
uses: isort/isort-action@master
|
uses: isort/isort-action@master
|
||||||
with:
|
with:
|
||||||
requirementsFiles: "requirements.txt doc/requirements.txt"
|
requirementsFiles: "requirements.txt doc/requirements.txt"
|
||||||
|
sortPaths: ['doc', 'src', 'examples', 'test', 'setup.py']
|
||||||
- name: Lint with flake8
|
- name: Lint with flake8
|
||||||
run: |
|
run: |
|
||||||
# stop the build if there are Python syntax errors or undefined names
|
# stop the build if there are Python syntax errors or undefined names
|
||||||
|
Loading…
x
Reference in New Issue
Block a user