Skip to content

Commit c97451d

Browse files
author
Matthias Koeppe
committed
src/tox.ini (ruff-minimal): Order the ignore list in the same way as the statistics
1 parent e41b10c commit c97451d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ passenv = RUFF_OUTPUT_FORMAT
317317
# 1 F402 [ ] Import `factor` from line 259 shadowed by loop variable
318318
# 1 PLC0208 [*] Use a sequence type instead of a `set` when iterating over values
319319
#
320-
commands = ruff check --ignore I001,PLR2004,F401,E741,F821,PLR0912,PLR0913,E402,PLR0915,PLW2901,PLR5501,PLR0911,E731,F405,PLR1714,F403,PLR0402,PLW0603,E713,F841,PLW0602,E714,PLR1711,PLR1701,PLW3301,E721,PLW1510,F811,PLW0120,PLC0414,E743,F541,PLE0101,PLR0124,PLW0127,PLW1508,PLC3002,E742,PLE0302,F402,PLC0208,PLW0129 {posargs:{toxinidir}/sage/}
320+
commands = ruff check --ignore PLR2004,I001,F401,E741,F821,PLR0912,PLR0913,E402,PLR0915,PLW2901,PLR5501,PLR0911,E731,F405,PLR1714,F403,PLR0402,PLW0603,F841,E713,PLW0602,PLR1711,E714,PLR1701,PLW3301,PLW1510,E721,PLW0120,F811,PLC0414,E743,PLE0101,PLR0124,PLW0127,F541,PLW1508,PLC3002,E742,PLE0302,PLW0129,F402,PLC0208 {posargs:{toxinidir}/sage/}
321321

322322
[flake8]
323323
rst-roles =

0 commit comments

Comments
 (0)