File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -153,20 +153,12 @@ line-length = 120
153153select = [" ALL" ]
154154ignore = [
155155 " COM" , # flake8-commas
156- " D203" , # one-blank-line-before-class
157- " D204" , # one-blank-line-after-class
158- " D213" , # multi-line-summary-second-line
159- " D407" , # dashed-underline-after-section
160- " D408" , # section-underline-after-name
161- " D409" , # section-underline-matches-section-length
162- " D206" , # indent-with-spaces
163156 " E501" , # line-too-long
164157 " PYI064" , # redundant-final-literal
165158 " S101" , # assert
166159 " S301" , # suspicious-pickle-usage
167160 " S311" , # suspicious-non-cryptographic-random-usage
168161 " SLF001" , # private-member-access
169- " W191" , # tab-indentation
170162]
171163[tool .ruff .lint .per-file-ignores ]
172164"**/{tests}/*" = [
You can’t perform that action at this time.
0 commit comments