Skip to content

Commit

Permalink
Update flake,mypy to reflect python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Sep 18, 2024
1 parent 073863c commit ddc4ec0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
pip install setuptools==53.0.0
pip install -r requirements.txt
pip install importlib-metadata==4.13.0
pip install flake8==3.8.4
pip install mypy==0.781
pip install vulture==2.3
pip install flake8==4.0.0
pip install mypy==0.920
pip install vulture==2.4
- name: Lint
run: |
Expand Down

0 comments on commit ddc4ec0

Please sign in to comment.