Skip to content

Commit f460d41

Browse files
Temporarily ignore cookie rule GH105
GitHub Actions: └── GH105 Use Trusted Publishing instead of token-based publishing on PyPI ❌
1 parent 09804cc commit f460d41

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

pyproject.toml

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

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

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

0 commit comments

Comments
 (0)