Skip to content

Commit afd5389

Browse files
committed
🔧 Fix (workflow): isort config
1 parent 17eb2e6 commit afd5389

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

‎.github/workflows/code_quality.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ jobs:
3434
python -m pip install --upgrade pip
3535
pip install -r requirements.txt
3636
37-
- name: Diagnose isort Configuration
38-
run: |
39-
isort . --verbose
40-
isort --show-config
41-
isort app/crud/specification.py --diff
42-
isort --version
43-
4437
# Check code formatting using isort
4538
- name: Run isort
4639
uses: isort/isort-action@v1

0 commit comments

Comments
 (0)