Skip to content

Commit 7c53c28

Browse files
Temporarily ignore cookie rule GH105
GitHub Actions: └── GH105 Use Trusted Publishing instead of token-based publishing on PyPI ❌
1 parent 97c6b2d commit 7c53c28

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,23 @@ exclude_lines = [
122122
]
123123

124124
[tool.repo-review]
125-
ignore = ["PY005", "PY007", "PP302", "PP308", "PP309", "GH103", "GH212", "PC111", "PC140", "PC160", "PC170", "PC180", "MY100", "RF103"]
125+
ignore = [
126+
"PY005",
127+
"PY007",
128+
"PP302",
129+
"PP308",
130+
"PP309",
131+
"GH103",
132+
"GH105", # https://github.com/zarr-developers/zarr-python/issues/3798
133+
"GH212",
134+
"PC111",
135+
"PC140",
136+
"PC160",
137+
"PC170",
138+
"PC180",
139+
"MY100",
140+
"RF103",
141+
]
126142

127143
[tool.pytest.ini_options]
128144
addopts = ["-ra", "--strict-config", "--strict-markers", "--cov=numcodecs", "--cov-report", "xml", "--doctest-modules", "--doctest-glob=*.pyx"]

0 commit comments

Comments
 (0)