Skip to content

Commit 11c1e42

Browse files
committed
Fixed Ruff errors and workflow permissions
1 parent d829276 commit 11c1e42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
release-test-pypi:
5757
name: Publish in-dev package to test.pypi.org
5858
runs-on: ubuntu-latest
59+
permissions:
60+
id-token: write
5961
steps:
6062
- uses: actions/checkout@v4
6163
with:

pyproject.toml

-2
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ select = [
210210
ignore = [
211211
"ANN002", # missing-type-args
212212
"ANN003", # missing-type-kwargs
213-
"ANN101", # missing-type-self
214-
"ANN102", # missing-type-cls
215213
"ANN204", # missing-return-type-special-method
216214
"ANN401", # any-type
217215
"S101", # assert

0 commit comments

Comments
 (0)