Skip to content

Commit

Permalink
remove black check
Browse files Browse the repository at this point in the history
  • Loading branch information
etzellux committed Jan 31, 2025
1 parent bec5422 commit 84539f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@ jobs:
- name: Run flake8
run: flake8 ${{ github.workspace }} --ignore=E501,F403,F405,E126,E121,W503,E203

- name: Run Black
run: black ${{ github.workspace }} --check

- name: Run Unit tests
run: python -m unittest

0 comments on commit 84539f0

Please sign in to comment.