diff --git a/pyproject.toml b/pyproject.toml index b1e8456..611ac8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,9 +37,6 @@ module = [ ] ignore_missing_imports = true -[tool.black] -line-length = 100 - [tool.ruff] builtins = ["ellipsis"] exclude = [ @@ -47,6 +44,8 @@ exclude = [ "doc", "_typed_ops.pyi", ] +# Allow lines to be as long as 100. +line-length = 100 target-version = "py310" [tool.ruff.lint]