Skip to content

Commit

Permalink
fix black, isort and flake
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode committed Sep 20, 2024
1 parent 86f0ce7 commit 73e56fa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ jobs:
run: pip install flit
- name: Install Dependencies
run: make install
- name: Black
run: black --check zform tests
- name: isort
run: isort --check zform tests
- name: Flake8
run: flake8 zform tests
- name: Ruff Linting Check
run: ruff check zform tests
# - name: mypy
# run: mypy zform

0 comments on commit 73e56fa

Please sign in to comment.