diff --git a/pyproject.toml b/pyproject.toml index 539f0b2..f1797d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,20 +5,6 @@ [tool.black] line-length = 79 target-version = ["py312"] -exclude = ''' -/( - \.eggs - | \.git - | \.mypy_cache - | \.tox - | \.venv - | _build - | build - | dist -)/ -''' -# Use single-quoted strings so TOML treats the string like a Python r-string -# Multi-line strings are implicitly treated by black as regular expressions [tool.mypy] disallow_untyped_defs = true