We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a38046c commit 4d088f2Copy full SHA for 4d088f2
.github/workflows/lint-and-test.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: pip install isort
22
- name: Check imports order
23
- run: isort -c --color .
+ run: isort -c .
24
25
black:
26
runs-on: ubuntu-latest
0 commit comments