git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
443af80
)
Added isort config
author
Adam Dullage
<redacted>
Fri, 25 Aug 2023 06:04:15 +0000
(08:04 +0200)
committer
Adam Dullage
<redacted>
Fri, 25 Aug 2023 06:04:15 +0000
(08:04 +0200)
pyproject.toml
[new file with mode: 0644]
patch
|
blob
diff --git a/pyproject.toml
b/pyproject.toml
new file mode 100644
(file)
index 0000000..
3988ba4
--- /dev/null
+++ b/
pyproject.toml
@@ -0,0
+1,4
@@
+[tool.isort]
+profile = "black"
+line_length = 79
+src_paths = ["flatnotes"]
git clone https://git.99rst.org/PROJECT