diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-19 21:18:42 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-19 21:18:42 +0000 |
commit | ba2ae6cd8213b5e5a9674e2ea1451c881fb8719c (patch) | |
tree | 20db00814a91eb14e6683ae00d9da0a4d082c685 /pyproject.toml | |
parent | 0f8fe0e290b065fca531fd61e9b48ec565a33915 (diff) | |
download | troggle-ba2ae6cd8213b5e5a9674e2ea1451c881fb8719c.tar.gz troggle-ba2ae6cd8213b5e5a9674e2ea1451c881fb8719c.tar.bz2 troggle-ba2ae6cd8213b5e5a9674e2ea1451c881fb8719c.zip |
reformatted using black
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..2c382fb --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,5 @@ +[tool.black]
+line-length = 120
+
+[tool.isort]
+profile = 'black'
\ No newline at end of file |