We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fdf5f commit 06cf492Copy full SHA for 06cf492
.github/workflows/autoblack.yml
@@ -16,10 +16,10 @@ jobs:
16
python-version: 3.11
17
- name: Install click, black and isort
18
run: pip install 'click==8.2.1' 'black==25.11.0' 'isort==5.13.2'
19
- - name: Run isort --check .
20
- run: isort --check .
21
- name: Run black --check --diff .
22
run: black --check --diff .
+ - name: Run isort --check .
+ run: isort --check .
23
# - name: If needed, commit black changes to the pull request
24
# if: failure()
25
# run: |
0 commit comments