From 47c6062092eb0be3191f1251f06fe3d0c8e248d2 Mon Sep 17 00:00:00 2001 From: merwanehamadi Date: Thu, 10 Aug 2023 16:29:58 -0700 Subject: [PATCH] Cleanup skill tree (#287) --- .flake8 | 3 ++- agbenchmark/challenges | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.flake8 b/.flake8 index a691dd64..bcd424cc 100644 --- a/.flake8 +++ b/.flake8 @@ -11,4 +11,5 @@ exclude = reports/*, dist/*, agent/*, - code + code, + agbenchmark/challenges/* diff --git a/agbenchmark/challenges b/agbenchmark/challenges index a03042bc..b05bd27b 160000 --- a/agbenchmark/challenges +++ b/agbenchmark/challenges @@ -1 +1 @@ -Subproject commit a03042bc6ed4f7006d89cc54e128219997f506cf +Subproject commit b05bd27b8b056843e03c3e9d6056470eaba6e7dd diff --git a/pyproject.toml b/pyproject.toml index e2023bd3..8cd1430b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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/*"]