Skip to content

Commit 1b64771

Browse files
committed
fix: dont run isort in CI
1 parent 80ca480 commit 1b64771

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/code-formatting.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,10 @@ jobs:
2323
path: ~/.cache/pip
2424
key: pip_cache
2525
- name: Install formatting tools
26-
run: pip install black isort flake8
26+
run: pip install black flake8
2727

2828
- name: Running black
2929
run: black --check tibber
3030

31-
- name: Running isort
32-
run: isort --check tibber
33-
3431
- name: Running flake8
3532
run: flake8 --per-file-ignores="./tibber/__init__.py:E402"

0 commit comments

Comments
 (0)