Added isort config
authorAdam Dullage <redacted>
Fri, 25 Aug 2023 06:04:15 +0000 (08:04 +0200)
committerAdam Dullage <redacted>
Fri, 25 Aug 2023 06:04:15 +0000 (08:04 +0200)
pyproject.toml [new file with mode: 0644]

diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644 (file)
index 0000000..3988ba4
--- /dev/null
@@ -0,0 +1,4 @@
+[tool.isort]
+profile = "black"
+line_length = 79
+src_paths = ["flatnotes"]
git clone https://git.99rst.org/PROJECT