diff --git a/pyproject.toml b/pyproject.toml deleted file mode 100644 index 0d80ed4..0000000 --- a/pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ -[tool.isort] -profile = "black" - -[tool.black] -line-length = 80 -exclude = ''' -/( - \.git - | \.github -)/ -'''