Skip to content

Commit 67fd06e

Browse files
markkasaboskiMark Kasaboski
andauthored
Fixes lint warnings for the .ruff.toml file settings (#95)
Co-authored-by: Mark Kasaboski <mark.kasaboski@gmail.com>
1 parent 109089f commit 67fd06e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ruff.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[lint]
12
extend-select = [
23
"I",
34
"C411",
@@ -25,7 +26,7 @@ ignore = [
2526
"F405",
2627
]
2728

28-
[isort]
29+
[lint.isort]
2930
force-single-line = true
3031
no-sections = true
3132
lines-after-imports = 2

0 commit comments

Comments
 (0)