We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf72fdc commit cf24becCopy full SHA for cf24bec
pyproject.toml
@@ -112,7 +112,10 @@ exclude = [
112
[tool.repo-review]
113
ignore = [
114
# 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!
116
"PC180", # Uses prettier
117
+ # https://learn.scientific-python.org/development/guides/packaging-simple#PP006
118
+ "PP006", # Uses dev dependency group
119
# https://learn.scientific-python.org/development/guides/packaging-simple/#PY004
120
"PY004", # Has docs folder
121
# https://learn.scientific-python.org/development/guides/docs/#readthedocsyaml
0 commit comments