diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 32920cc..486557f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,6 +56,8 @@ jobs: release-test-pypi: name: Publish in-dev package to test.pypi.org runs-on: ubuntu-latest + permissions: + id-token: write steps: - uses: actions/checkout@v4 with: diff --git a/pyproject.toml b/pyproject.toml index cd160db..adba278 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -210,8 +210,6 @@ select = [ ignore = [ "ANN002", # missing-type-args "ANN003", # missing-type-kwargs - "ANN101", # missing-type-self - "ANN102", # missing-type-cls "ANN204", # missing-return-type-special-method "ANN401", # any-type "S101", # assert