aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2022-06-14 18:12:09 -0700
committerGravatar GitHub <[email protected]>2022-06-14 18:12:09 -0700
commit3bad38f612fe2f689d82738eb47e83a70c251c01 (patch)
tree11e0e4fb2f484865f00d09e30b0f446f3f20154f /pyproject.toml
parentMerge #144 - add black and isort (diff)
parentMention output limit can be customised and fix link in README.md (diff)
Merge #145 - make the output size limit customisable
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 7a13370..e0a3d26 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -65,7 +65,7 @@ relative_files = true
[tool.black]
line-length = 100
target-version = ["py310"]
-force-exclude = ["snekbox/config_pb2.py"]
+force-exclude = "snekbox/config_pb2.py"
[tool.isort]
line_length = 100