Skip to content

Commit

Permalink
disable mypy for now
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenBagTwo committed Oct 19, 2024
1 parent 2c2c4af commit a8ad871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: |
isort . --profile="black"
black foxnap_rpg
- name: Type check with mypy
run: |
mypy foxnap_rpg --exclude build
# - name: Type check with mypy
# run: |
# mypy foxnap_rpg --exclude build

0 comments on commit a8ad871

Please sign in to comment.