make all same-module imports relative, the rest absolute
This makes sorting more consitent.
This commit is contained in:
@@ -67,5 +67,5 @@ ignore_missing_imports = true
|
||||
[tool.ruff]
|
||||
target-version = "py311"
|
||||
line-length = 88
|
||||
lint.select = [ "E", "F", "I", "U", "N", "RUF", "ANN", "A" ]
|
||||
lint.select = [ "E", "F", "I", "U", "N", "RUF", "ANN", "A", "TID" ]
|
||||
lint.ignore = ["E501", "E402", "E731", "ANN101", "ANN401", "A003"]
|
||||
|
||||
Reference in New Issue
Block a user