diff --git a/pyproject.toml b/pyproject.toml index ba3faf5..587fb90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,19 +1,3 @@ -[tool.black] -line-length = 120 -target-version = ['py310'] -include = '\.pyi?$' -extend-exclude = ''' -/( - # The following are specific to Black, you probably don't want those. - tests/data - | profiling -)/ -''' -# We use preview style for formatting Black itself. If you -# want stable formatting across releases, you should keep -# this off. -preview = true - [tool.isort] profile = "black" filter_files = true