mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Fix formatting issues in community environments - Applied black, isort, trailing whitespace, and end-of-file fixes - Remaining flake8 issues (unused imports, line length) noted for future cleanup
This commit is contained in:
parent
e85a170c34
commit
7f2e1a4f90
34 changed files with 1560 additions and 821 deletions
|
|
@ -71,4 +71,4 @@ allow-direct-references = true
|
|||
# Assuming these contain the core library code. Adjust if needed.
|
||||
packages = ["engine/agents", "engine/api", "engine/config", "engine/tools"] # Adjusted paths
|
||||
# If main.py and __init__.py should also be part of the package, might need adjustment
|
||||
# e.g., include '.' or specific file paths if they are not just scripts.
|
||||
# e.g., include '.' or specific file paths if they are not just scripts.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue