Skip to content

Commit cf24bec

Browse files
authored
Align repo-review ignores with SciTools template. (#242)
1 parent bf72fdc commit cf24bec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ exclude = [
112112
[tool.repo-review]
113113
ignore = [
114114
# https://learn.scientific-python.org/development/guides/style/#PC180
115+
# Not possible to run on the hardware used by the majority of our developers. Might change in future!
115116
"PC180", # Uses prettier
117+
# https://learn.scientific-python.org/development/guides/packaging-simple#PP006
118+
"PP006", # Uses dev dependency group
116119
# https://learn.scientific-python.org/development/guides/packaging-simple/#PY004
117120
"PY004", # Has docs folder
118121
# https://learn.scientific-python.org/development/guides/docs/#readthedocsyaml

0 commit comments

Comments
 (0)