Skip to content

Commit b9e4dc0

Browse files
fix: nah black doesnt work
1 parent 2dc4101 commit b9e4dc0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linting.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
pip install ruff black isort
20-
- name: Run black
21-
run: |
22-
black --check .
20+
# - name: Run black
21+
# run: |
22+
# black --check .
2323
- name: Run ruff
2424
run: |
2525
ruff check .

0 commit comments

Comments
 (0)