Skip to content

Commit bce38f6

Browse files
committed
🔧 Ignore PP301 rule in repo-review configuration [temporary]
1 parent bd34f46 commit bce38f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎ctt.toml‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ _extra_tasks = [
2020
"VIRTUAL_ENV='' uv run just _assert_clean_repo",
2121

2222
# check repo for following good practices
23-
"uvx --with sp-repo-review[cli] repo-review . --ignore PY007,RTD,PC191 --show errskip",
24-
# RTD : ReadTheDocs : checked in the docs section
23+
"uvx --with sp-repo-review[cli] repo-review . --ignore PY007,RTD,PC191,PP301 --show errskip",
2524
# PY007 : Supports an easy task runner (nox, tox, pixi, etc.) : we use just
2625
"[ -f justfile ]",
26+
# RTD : ReadTheDocs : checked in the docs section
2727
# PC191 : Ruff show fixes if fixes enabled : false-positive on ruff-isort
28+
# PP301 : temporary! remove when it supports the new tool.pytest config
2829

2930
# show outdated deps
3031
"VIRTUAL_ENV='' uv run just deps-list-outdated",

0 commit comments

Comments
 (0)