Skip to content

Commit

Permalink
fix: use the linter checks for code formatting (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
math411 committed Feb 20, 2024
1 parent 58f7dfa commit ace591c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
pip install --upgrade pip
pip install flake8 black
pip install tox
- name: Run code format checks
run: |
black --check .
flake8
tox -e linters_check

0 comments on commit ace591c

Please sign in to comment.