diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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"] |