Skip to content

Commit 20361c3

Browse files
committed
run black instead of flake8
1 parent f21e92e commit 20361c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
with:
1919
python-version: "3.x"
2020

21-
- name: Lint with Flake8
21+
- name: Run Black
2222
run: |
23-
pipx run flake8
23+
pipx run black --check .
2424
2525
test:
2626
needs:

0 commit comments

Comments
 (0)