Cleanup skill tree (#287)

This commit is contained in:
merwanehamadi
2023-08-10 16:29:58 -07:00
committed by GitHub
parent fb67c3aaf1
commit 47c6062092
3 changed files with 4 additions and 3 deletions

View File

@@ -11,4 +11,5 @@ exclude =
reports/*,
dist/*,
agent/*,
code
code,
agbenchmark/challenges/*

View File

@@ -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/*"]