File tree Expand file tree Collapse file tree 1 file changed +14
-15
lines changed
Expand file tree Collapse file tree 1 file changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -74,23 +74,22 @@ line-length = 88
7474target-version = [' py38' ]
7575include = ' \.pyi?$'
7676
77- [tool .pylint ]
78- [tool .pylint .'SIMILARITIES' ]
79- ignore-comments =[' yes' ]
80- ignore-docstrings =[' yes' ]
81- ignore-imports =[' no' ]
82- min-similarity-lines =40
77+ [tool .pylint .similarities ]
78+ ignore-comments =[' yes' ]
79+ ignore-docstrings =[' yes' ]
80+ ignore-imports =[' no' ]
81+ min-similarity-lines =40
8382
84- [tool .pylint .messages_control ]
85- disable = [
86- " too-few-public-methods" ,
87- # disabled because it conflicts with isort
88- " wrong-import-order" ,
89- " ungrouped-imports"
90- ]
83+ [tool .pylint .messages_control ]
84+ disable = [
85+ " too-few-public-methods" ,
86+ # disabled because it conflicts with isort
87+ " wrong-import-order" ,
88+ " ungrouped-imports"
89+ ]
9190
92- [tool .pylint .'DESIGN' ]
93- max-attributes =12
91+ [tool .pylint .design ]
92+ max-attributes =12
9493
9594[tool .isort ]
9695profile = " black"
You can’t perform that action at this time.
0 commit comments