mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Use Black to format Khoj server code and tests
This commit is contained in:
@@ -64,7 +64,8 @@ khoj = "khoj.main:run"
|
||||
|
||||
[project.optional-dependencies]
|
||||
test = [
|
||||
"pytest == 7.1.2",
|
||||
"pytest >= 7.1.2",
|
||||
"black >= 23.1.0",
|
||||
]
|
||||
dev = ["khoj-assistant[test]"]
|
||||
|
||||
@@ -88,3 +89,6 @@ exclude = [
|
||||
"src/khoj/interface/desktop/file_browser.py",
|
||||
"src/khoj/interface/desktop/system_tray.py",
|
||||
]
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
Reference in New Issue
Block a user