Skip to content

Commit 2dc4101

Browse files
fix: maybe try black again
1 parent ca231e6 commit 2dc4101

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)