Skip to content

Commit ea97311

Browse files
committed
don't need to config ruff to ignore notes-to-self anymore
1 parent 7f2f8b4 commit ea97311

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,6 @@ extend-ignore = [
162162
'src/trio/_abc.py' = ['A005']
163163
'src/trio/_socket.py' = ['A005']
164164
'src/trio/_ssl.py' = ['A005']
165-
# Don't check annotations in notes-to-self
166-
'notes-to-self/*.py' = ['ANN001', 'ANN002', 'ANN003', 'ANN201', 'ANN202', 'ANN204']
167165

168166
[tool.ruff.lint.isort]
169167
combine-as-imports = true

0 commit comments

Comments
 (0)