We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 542beb2 commit e7454dfCopy full SHA for e7454df
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
54
- name: Check Formatting (Black)
55
# confirms usage of Black. --check ensures it fails on unformatted code.
56
- run: black --check.
+ run: black --check
57
58
- name: Run Linter (Flake8)
59
# confirms usage of Flake8.
0 commit comments