File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 - ' environment/**/*.py'
1010 - ' tests/**/*.py'
1111 - ' jenkins/pipelines/**/*.py'
12+ - ' **/pyproject.toml'
13+ - ' **/pytest.ini'
14+ - ' .github/workflows/*py*'
1215 pull_request :
1316 branches :
1417 - " **"
1821 - ' environment/**/*.py'
1922 - ' tests/**/*.py'
2023 - ' jenkins/pipelines/**/*.py'
24+ - ' .github/workflows/*py*'
2125
2226jobs :
2327 mypy :
@@ -26,14 +30,17 @@ jobs:
2630 runs-on : ubuntu-latest
2731 steps :
2832 - uses : actions/checkout@v4
33+ - uses : astral-sh/setup-uv@v6
34+ with :
35+ version : " latest"
2936 - name : mypy validation
3037 working-directory : ${{github.workspace}}
3138 shell : bash
3239 run : .github/workflows/verify_python.sh
3340 python-format :
3441 runs-on : ubuntu-latest
3542 steps :
36- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
3744 - uses : astral-sh/ruff-action@v3
3845 with :
3946 args : ' format --check'
You can’t perform that action at this time.
0 commit comments