Skip to content

Commit 951eb97

Browse files
committed
tomlsort
1 parent 6956503 commit 951eb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ lint.ignore = [
6868
"D417", # argument description in docstring (unreliable)
6969
"FIX002", # Lines marked with "todo" are OK for now:
7070
"ISC001", # simplify implicit str concatenation (ruff-format recommended)
71+
"PLR0913", # More than 5 function inputs
7172
"TD002", # Lines marked with "todo" are OK for now
7273
"TD003", # Lines marked with "todo" are OK for now
73-
"PLR0913", # More than 5 function inputs
7474
]
7575
lint.per-file-ignores = {"__init__.py" = [
7676
"F401", # Unused import

0 commit comments

Comments
 (0)