We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc04b1 commit e14dbc2Copy full SHA for e14dbc2
1 file changed
.github/workflows/ci.yml
@@ -29,10 +29,6 @@ jobs:
29
run: |
30
pip install .[dev]
31
32
- - name: Check formatting (black)
33
- run: |
34
- black --check src
35
-
36
- name: Lint (flake8)
37
38
flake8 src
0 commit comments