File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3333 run : uv cache prune --ci
3434
3535 ruff-format :
36- name : Ruff format check
36+ name : ruff- format
3737 needs : setup
3838 runs-on : ubuntu-latest
3939 steps :
4949 run : uv run ruff format --check .
5050
5151 ruff-lint :
52- name : Ruff lint check
52+ name : ruff- lint
5353 needs : setup
5454 runs-on : ubuntu-latest
5555 steps :
6565 run : uv run ruff check --output-format=github .
6666
6767 mypy-type-check :
68- name : MyPy type check
68+ name : mypy- type- check
6969 needs : setup
7070 runs-on : ubuntu-latest
7171 steps :
8181 run : uv run --frozen mypy .
8282
8383 pytest :
84- name : PyTest
84+ name : pytest
8585 needs : setup
8686 runs-on : ubuntu-latest
8787 steps :
Original file line number Diff line number Diff line change @@ -135,5 +135,9 @@ check_untyped_defs = true
135135warn_redundant_casts = true
136136exclude = [" docs" ]
137137
138+ [tool .pytest .ini_options ]
139+ pythonpath = [" src" ]
140+ testpaths = [" tests" ]
141+
138142[tool .uv .sources ]
139143rcrscore = { git = " https://github.com/adf-python/rcrs-core-python" , tag = " v0.2.0" }
You can’t perform that action at this time.
0 commit comments