Commit
·
4b3841d
1
Parent(s):
a0bcd1f
update toml.
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
|
@@ -8,7 +8,7 @@ select = ["C", "E", "F", "I", "W"]
|
|
| 8 |
|
| 9 |
[tool.ruff.lint.isort]
|
| 10 |
lines-after-imports = 2
|
| 11 |
-
known-first-party = ["
|
| 12 |
|
| 13 |
[tool.ruff.format]
|
| 14 |
# Like Black, use double quotes for strings.
|
|
|
|
| 8 |
|
| 9 |
[tool.ruff.lint.isort]
|
| 10 |
lines-after-imports = 2
|
| 11 |
+
known-first-party = ["gitrepo_inspector_mcp"]
|
| 12 |
|
| 13 |
[tool.ruff.format]
|
| 14 |
# Like Black, use double quotes for strings.
|