Skip to content

Commit af9a857

Browse files
committed
Drop a dead pyproject section.
1 parent c64ef84 commit af9a857

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

pyproject.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,17 +129,10 @@ skip_covered = true
129129

130130
[tool.doc8]
131131
ignore = [
132-
"D000", # see PyCQA/doc8#125
133-
"D001", # one sentence per line, so max length doesn't make sense
132+
"D000", # see PyCQA/doc8#125
133+
"D001", # one sentence per line, so max length doesn't make sense
134134
]
135135

136-
[tool.isort]
137-
combine_as_imports = true
138-
ensure_newline_before_comments = true
139-
from_first = true
140-
include_trailing_comma = true
141-
multi_line_output = 3
142-
143136
[tool.mypy]
144137
ignore_missing_imports = true
145138
show_error_codes = true
@@ -155,6 +148,7 @@ ignore = [
155148
"A001", # It's fine to shadow builtins
156149
"A002",
157150
"A003",
151+
"A005",
158152
"ARG", # This is all wrong whenever an interface is involved
159153
"ANN", # Just let the type checker do this
160154
"B006", # Mutable arguments require care but are OK if you don't abuse them

0 commit comments

Comments
 (0)