Skip to content

Commit

Permalink
Update github actions def
Browse files Browse the repository at this point in the history
  • Loading branch information
jsh9 committed Dec 15, 2024
1 parent 5c30470 commit 2c5f51a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ envlist =

[gh-actions]
python =
3.8: py38, cercis, check-self, flake8-basic, flake8-misc, flake8-docstrings, pre-commit
3.9: py39, cercis, check-self, flake8-basic, flake8-misc, flake8-docstrings, pre-commit
3.10: py310, cercis, check-self, flake8-basic, flake8-misc, flake8-docstrings, pre-commit
3.11: py311, cercis, check-self, flake8-basic, flake8-misc, flake8-docstrings, pre-commit
3.8: py38, mypy, cercis, check-self, flake8-basic, flake8-misc, flake8-docstrings, pre-commit
3.9: py39, mypy, cercis, check-self, flake8-basic, flake8-misc, flake8-docstrings, pre-commit
3.10: py310, mypy, cercis, check-self, flake8-basic, flake8-misc, flake8-docstrings, pre-commit
3.11: py311, mypy, cercis, check-self, flake8-basic, flake8-misc, flake8-docstrings, pre-commit


[testenv:mypy]
Expand Down

0 comments on commit 2c5f51a

Please sign in to comment.