We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d829276 commit 11c1e42Copy full SHA for 11c1e42
.github/workflows/test.yaml
@@ -56,6 +56,8 @@ jobs:
56
release-test-pypi:
57
name: Publish in-dev package to test.pypi.org
58
runs-on: ubuntu-latest
59
+ permissions:
60
+ id-token: write
61
steps:
62
- uses: actions/checkout@v4
63
with:
pyproject.toml
@@ -210,8 +210,6 @@ select = [
210
ignore = [
211
"ANN002", # missing-type-args
212
"ANN003", # missing-type-kwargs
213
- "ANN101", # missing-type-self
214
- "ANN102", # missing-type-cls
215
"ANN204", # missing-return-type-special-method
216
"ANN401", # any-type
217
"S101", # assert
0 commit comments