diff options
Diffstat (limited to 'scripts/pyproject.toml')
-rw-r--r-- | scripts/pyproject.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/pyproject.toml b/scripts/pyproject.toml new file mode 100644 index 0000000..963b009 --- /dev/null +++ b/scripts/pyproject.toml @@ -0,0 +1,6 @@ +[tool.black] +line-length = 88 + +[tool.isort] +line_length = 88 +profile = "black" |