Skip to content

Commit 002098b

Browse files
Adopt the lint Ruff table consistently (#11832)
1 parent 68295a5 commit 002098b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ select = [
372372
"YTT",
373373
]
374374

375-
[per-file-ignores]
375+
[lint.per-file-ignores]
376376
"doc/conf.py" = ["INP001"]
377377
"doc/development/tutorials/examples/*" = ["INP001"]
378378
# allow print() in the tutorial
@@ -410,5 +410,5 @@ select = [
410410
# whitelist ``print`` for stdout messages
411411
"utils/*" = ["T201"]
412412

413-
[flake8-quotes]
413+
[lint.flake8-quotes]
414414
inline-quotes = "single"

0 commit comments

Comments
 (0)