Skip to content

Commit 2667f67

Browse files
committed
🔧 Remove PC180 ignore from repo-review configuration
Remove the PC180 (markdown formatter) ignore rule from the repo-review configuration since the upstream PR has been accepted and the check is no longer problematic. Also remove the associated verification command that was manually checking for mdformat presence.
1 parent b5b5a13 commit 2667f67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎ctt.toml‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@ _extra_tasks = [
66
"uv run just test",
77
"uv run pre-commit run --all-files",
88

9-
"uvx --with sp-repo-review[cli] repo-review . --ignore PY007,PP303,PC180,PY004,RTD100,PC191,PC111 --show errskip",
9+
"uvx --with sp-repo-review[cli] repo-review . --ignore PY007,PP303,PY004,RTD100,PC191,PC111 --show errskip",
1010
# PY007 Supports an easy task runner (nox, tox, pixi, etc.)
1111
"[ -f justfile ]",
1212
# PP303 Sets the test paths
1313
"[ -d tests ]",
14-
# PC180 Uses a markdown formatter (https://github.com/scientific-python/cookie/pull/562)
15-
"grep -q 'https://github.com/hukkin/mdformat' .pre-commit-config.yaml",
1614
# PC191 Ruff show fixes if fixes enabled
1715
# good check, but false-positive on ruff-isort
1816
# PC111 Uses blacken-docs

0 commit comments

Comments
 (0)