Skip to content

Commit

Permalink
precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Mar 8, 2024
1 parent 56aca52 commit 1e57c9e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ env_list =
lint
py{py3, 313, 312, 311, 310, 39, 38}

[gh]
python =
3.13 = py313
3.12 = py312
3.11 = py311, type
3.10 = py310
3.9 = py39
3.8 = py38

[testenv]
extras =
tests
Expand All @@ -36,3 +27,12 @@ pass_env =
PRE_COMMIT_COLOR
commands =
pre-commit run --all-files --show-diff-on-failure

[gh]
python =
3.13 = py313
3.12 = py312
3.11 = py311
3.10 = py310
3.9 = py39
3.8 = py38

0 comments on commit 1e57c9e

Please sign in to comment.