Skip to content

Commit 59d478a

Browse files
committed
Fix sorting of exported names
1 parent e4a15d6 commit 59d478a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+715
-717
lines changed

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@ select = [
149149
"YTT", # flake8-2020
150150
]
151151
ignore = [
152-
"ANN101", "ANN102", # no type annotation for self and cls needed
153152
"ANN401", # allow explicit Any
154153
"COM812", # allow trailing commas for auto-formatting
155154
"D105", "D107", # no docstring needed for magic methods

0 commit comments

Comments
 (0)