MyPy compliance for the whole codebase - systematic way of executing tools (`executor.py`) - support for using pydantic models in tool inputs and outputs - mypy compliance (most of the changes) - removal of unused code (from previous iterations) Co-authored-by: Nate Barbettini <nate@arcade-ai.com>
11 lines
220 B
TOML
11 lines
220 B
TOML
# See https://prettier.io/docs/en/configuration
|
|
trailingComma = "es5"
|
|
tabWidth = 4
|
|
semi = false
|
|
singleQuote = false
|
|
|
|
[[overrides]]
|
|
files = [ "*.json", "*.jsonc", "*.yml", "*.yaml" ]
|
|
|
|
[overrides.options]
|
|
tabWidth = 2
|