File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ name: main
33on :
44 push :
55 branches :
6- - " *"
6+ - main
7+ - test-me-*
78 tags :
89 - " *"
910
3334 " windows-py313" ,
3435 " windows-pypy3" ,
3536
36- " ubuntu-py39 -pytestmain" ,
37+ " ubuntu-py310 -pytestmain" ,
3738 " ubuntu-py39" ,
3839 " ubuntu-py310" ,
3940 " ubuntu-py311" ,
@@ -56,10 +57,10 @@ jobs:
5657 python : " pypy3.9"
5758 os : windows-latest
5859 tox_env : " pypy3"
59- - name : " ubuntu-py39 -pytestmain"
60- python : " 3.9 "
60+ - name : " ubuntu-py310 -pytestmain"
61+ python : " 3.10 "
6162 os : ubuntu-latest
62- tox_env : " py39 -pytestmain"
63+ tox_env : " py310 -pytestmain"
6364 use_coverage : true
6465 - name : " ubuntu-py39"
6566 python : " 3.9"
Original file line number Diff line number Diff line change 11repos :
22- repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : " v0.13.0 "
3+ rev : " v0.13.3 "
44 hooks :
55 - id : ruff-check
66 args : ["--fix"]
4343 language : python
4444 additional_dependencies : [pygments, restructuredtext_lint]
4545- repo : https://github.com/pre-commit/mirrors-mypy
46- rev : v1.18.1
46+ rev : v1.18.2
4747 hooks :
4848 - id : mypy
4949 files : ^(src/|testing/)
You can’t perform that action at this time.
0 commit comments