File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -148,6 +148,20 @@ max-complexity = 16
148148[tool .ruff .lint .per-file-ignores ]
149149"scripts/*" = [" ANN" , " S310" , " S603" , " S607" ]
150150
151+ [tool .rumdl ]
152+ disable = [
153+ # We do not enforce heading
154+ " first-line-heading" ,
155+ # Avoid length limit checks
156+ " line-length"
157+ ]
158+
159+ [tool .rumdl .per-file-ignores ]
160+ "README.md" = [
161+ # Allow HTML
162+ " MD033"
163+ ]
164+
151165[tool .setuptools ]
152166include-package-data = true
153167platforms = [
@@ -167,17 +181,3 @@ sort_inline_arrays = true
167181sort_inline_tables = true
168182sort_table_keys = true
169183spaces_before_inline_comment = 2
170-
171- [tool .rumdl ]
172- disable = [
173- # We do not enforce heading
174- " first-line-heading" ,
175- # Avoid length limit checks
176- " line-length"
177- ]
178-
179- [tool .rumdl .per-file-ignores ]
180- "README.md" = [
181- # Allow HTML
182- " MD033"
183- ]
You can’t perform that action at this time.
0 commit comments