Skip to content

Commit

Permalink
don't need to config ruff to ignore notes-to-self anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Nov 25, 2024
1 parent 7f2f8b4 commit ea97311
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ extend-ignore = [
'src/trio/_abc.py' = ['A005']
'src/trio/_socket.py' = ['A005']
'src/trio/_ssl.py' = ['A005']
# Don't check annotations in notes-to-self
'notes-to-self/*.py' = ['ANN001', 'ANN002', 'ANN003', 'ANN201', 'ANN202', 'ANN204']

[tool.ruff.lint.isort]
combine-as-imports = true
Expand Down

0 comments on commit ea97311

Please sign in to comment.