We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f4bdd commit f25b9daCopy full SHA for f25b9da
.github/workflows/python-app.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Run code formatting check
32
run: |
33
- make format
+ black *.py utils/*.py
34
35
- name: Run linting
36
0 commit comments