File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11---
2- description: run tests wit uv tooling
2+ description: run tests with uv tooling
33globs:
44alwaysApply: true
55---
66
77use `uv run pytest` to run tests
88use uv to manage dependencies
9-
9+ use `uv run python ...` to run inline tests
1010follow preexisting conventions in the project
1111
12- - use the fixtures
12+ in cases where a unittest/integration test adds value, prefer adding them first
13+
14+ - use the fixtures the project defines
Original file line number Diff line number Diff line change 3131 rev : 2025.05.02
3232 hooks :
3333 - id : sp-repo-review
34+
35+ - repo : https://github.com/codespell-project/codespell
36+ rev : v2.3.0
37+ hooks :
38+ - id : codespell
39+ args : [--ignore-words-list=hist,nd,te]
Original file line number Diff line number Diff line change 5050- fix #879 : add test that validates case different behavior on windows
5151- migrate git describe command to new scm config
5252- add support for failing on missing submodules
53- - fix #279 : expand errors when scm can be found upwards and relative_to wasnt used
53+ - fix #279 : expand errors when scm can be found upwards and relative_to wasn't used
5454- fix #577 : introduce explicit scmversion node and short node
5555- fix #1100 : add workaround for readthedocs worktress to the docs
5656- fix #790 : document shallow fail for rtd
You can’t perform that action at this time.
0 commit comments