diff --git a/pyproject.toml b/pyproject.toml index 46a985f..6961ec6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,14 +6,7 @@ build-backend = "setuptools.build_meta" line_length = 120 multi_line_output = 3 include_trailing_comma = true -skip = ["migrations", ".venv"] [tool.black] line_length = 120 -exclude = ''' -/^( - migrations - | sio3pack$ - | \.venv$ -)/ -''' +exclude = "migrations/"