summaryrefslogtreecommitdiff
path: root/.isort.cfg
diff options
context:
space:
mode:
authorBen Brown <ben@demerara.io>2022-02-05 15:30:14 +0000
committerBen Brown <ben@demerara.io>2022-02-05 16:04:55 +0000
commitd67c456242e7c05eb77f0dc78856c1d704fba846 (patch)
tree3601b148e73ed8ce017a0f0d27fc6cd3b127371b /.isort.cfg
parent88d27d9997b2efb6082657cb33ba8b48751aae55 (diff)
downloadlorry-d67c456242e7c05eb77f0dc78856c1d704fba846.tar.gz
Add configs for linting and style checking via pre-commit
Diffstat (limited to '.isort.cfg')
-rw-r--r--.isort.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/.isort.cfg b/.isort.cfg
new file mode 100644
index 0000000..cae34dd
--- /dev/null
+++ b/.isort.cfg
@@ -0,0 +1,4 @@
+[settings]
+include_trailing_comma = true
+line_length = 88
+multi_line_output = 3