We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc4509a + c489042 commit ece9410Copy full SHA for ece9410
.github/workflows/python-package.yml
@@ -31,6 +31,11 @@ jobs:
31
virtualenvs-in-project: true
32
- name: Install project
33
run: poetry install
34
+ - name: Lint imports with isort
35
+ # By default: exit with error if imports are not properly sorted
36
+ uses: isort/isort-action@master
37
+ with:
38
+ configuration: profile = black
39
- name: Lint with black
40
# by default: exit with error if the code is not properly formatted; show diffs
41
uses: psf/black@stable
0 commit comments