We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec5422 commit 84539f0Copy full SHA for 84539f0
.github/workflows/tests.yml
@@ -31,8 +31,5 @@ jobs:
31
- name: Run flake8
32
run: flake8 ${{ github.workspace }} --ignore=E501,F403,F405,E126,E121,W503,E203
33
34
- - name: Run Black
35
- run: black ${{ github.workspace }} --check
36
-
37
- name: Run Unit tests
38
run: python -m unittest
0 commit comments