File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -118,8 +118,6 @@ unsafe-fixes = true
118
118
119
119
[tool .ruff .lint ]
120
120
extend-ignore = [
121
- " ANN101" , # type annotating self
122
- " ANN102" , # type annotating cls
123
121
" ANN401" , # flake8-annotate typing.Any
124
122
" COM812" , # Comply with ruff-format.
125
123
" ISC001" , # Comply with ruff-format.
Original file line number Diff line number Diff line change 1
- """Contains code relevant to logging."""
1
+ """Contains code relevant to logging.""" # noqa: A005
2
2
3
3
from __future__ import annotations
4
4
Original file line number Diff line number Diff line change 1
- """Contains functions related to typing."""
1
+ """Contains functions related to typing.""" # noqa: A005
2
2
3
3
from pathlib import Path
4
4
from pathlib import PosixPath
You can’t perform that action at this time.
0 commit comments