Skip to content

Commit e238255

Browse files
authored
fix(ruff): use project config first (#1558)
1 parent a9c22dd commit e238255

File tree

1 file changed

+1
-0
lines changed
  • lua/modules/configs/completion/servers

1 file changed

+1
-0
lines changed

lua/modules/configs/completion/servers/ruff.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ return {
2222
-- the same line length as black
2323
lineLength = 88,
2424
},
25+
configurationPreference = "filesystemFirst",
2526
},
2627
},
2728
},

0 commit comments

Comments
 (0)