mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-15 04:12:25 +00:00
change: enable ruff/ty
This commit is contained in:
parent
b62a82e0c3
commit
63c51d8962
1 changed files with 2 additions and 11 deletions
|
|
@ -159,19 +159,10 @@ unknown-argument = "warn"
|
||||||
redundant-cast = "ignore"
|
redundant-cast = "ignore"
|
||||||
|
|
||||||
[tool.ty.src]
|
[tool.ty.src]
|
||||||
exclude = ["**"]
|
exclude = ["tinker-atropos"]
|
||||||
|
|
||||||
[[tool.ty.overrides]]
|
|
||||||
include = ["**"]
|
|
||||||
|
|
||||||
[tool.ty.overrides.rules]
|
|
||||||
unresolved-import = "ignore"
|
|
||||||
invalid-method-override = "ignore"
|
|
||||||
invalid-assignment = "ignore"
|
|
||||||
not-iterable = "ignore"
|
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
exclude = ["*"]
|
exclude = ["tinker-atropos"]
|
||||||
|
|
||||||
[tool.uv]
|
[tool.uv]
|
||||||
exclude-newer = "7 days"
|
exclude-newer = "7 days"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue