aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2023-03-15 04:52:51 +0400
committerGravatar Hassan Abouelela <[email protected]>2023-03-15 04:52:51 +0400
commitbc4981b85de45a858cf60ff511cae6d0f474a1ef (patch)
tree2eef466d202eea17f390db5d5b00970c6971c5c9 /pyproject.toml
parentAdd Multi-version Capability (diff)
Add Multiple Version Eval To API
Adds a version argument to the eval API, and a GET endpoint to retrieve all enabled versions. Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index a0ccf8a..a258843 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -70,5 +70,5 @@ force-exclude = "snekbox/config_pb2.py"
line_length = 100
profile = "black"
skip_gitignore = true
-src_paths = ["snekbox"]
+src_paths = ["snekbox", "scripts"]
extend_skip = ["snekbox/config_pb2.py"]