mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-01-10 23:58:06 -05:00
Cleanup skill tree (#287)
This commit is contained in:
3
.flake8
3
.flake8
@@ -11,4 +11,5 @@ exclude =
|
||||
reports/*,
|
||||
dist/*,
|
||||
agent/*,
|
||||
code
|
||||
code,
|
||||
agbenchmark/challenges/*
|
||||
|
||||
Submodule agbenchmark/challenges updated: a03042bc6e...b05bd27b8b
@@ -83,4 +83,4 @@ use_parentheses = true
|
||||
ensure_newline_before_comments = true
|
||||
line_length = 88
|
||||
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
|
||||
skip_glob = [".tox", "__pycache__", "*.pyc", "venv*/*", "reports", "venv", "env", "node_modules", ".env", ".venv", "dist", "agent/*"]
|
||||
skip_glob = [".tox", "__pycache__", "*.pyc", "venv*/*", "reports", "venv", "env", "node_modules", ".env", ".venv", "dist", "agent/*", "agbenchmark/challenges/*"]
|
||||
|
||||
Reference in New Issue
Block a user