Skip to content

Commit

Permalink
ci/mypy: disable unnecessary warning (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
XVilka committed Dec 21, 2024
1 parent 235b4e9 commit db6c75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pip install mypy pyflakes pylint black
- name: Run mypy
run: |
mypy src/main.py
mypy --disable-error-code misc src/main.py
if: ${{ always() }}
- name: Run pyflakes
run: |
Expand Down

0 comments on commit db6c75d

Please sign in to comment.