File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ reviews:
113113 - path : " .github/workflows/*.yml"
114114 instructions : |
115115 - Verify uv is set up via astral-sh/setup-uv with a pinned version
116- - Check that dependencies are installed via uv pip install -e . - -group dev
117- - Ensure pytest runs once with combined -v and --cov flags
116+ - Check that dependencies are installed via uv pip install --group dev
117+ - Ensure pytest runs with -v for verbosity and --cov for coverage reporting
118118 - Validate coverage report upload step is present
119119
120120 path_filters :
@@ -260,11 +260,12 @@ reviews:
260260 enabled : true
261261 timeout_ms : 120000
262262
263- # Disable irrelevant tools for this Python project
263+ # Prefer ruff over legacy Python linters (flake8, pylint)
264264 flake8 :
265265 enabled : false
266266 pylint :
267267 enabled : false
268+ # Disable tools for other languages/platforms
268269 shellcheck :
269270 enabled : false
270271 biome :
You can’t perform that action at this time.
0 commit comments