Skip to content

Commit

Permalink
remove mypy checks for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pLeminoq committed Dec 13, 2024
1 parent a27dbfa commit 7ad5d6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Validate formatting with black
run: |
black --check widget_state tests
- name: Validate types with mypy
run: |
mypy widget_state tests
# - name: Validate types with mypy
# run: |
# mypy widget_state tests
- name: Lint with flake8
run: |
flake8 --max-line-length 127 widget_state tests
Expand Down

0 comments on commit 7ad5d6f

Please sign in to comment.