diff --git a/pyproject.toml b/pyproject.toml index a7d23192..7df2ece9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -78,7 +78,6 @@ exclude = [ "src/textblob/en", "src/textblob/unicodecsv", "src/textblob/_text.py", - "src/textblob/compat.py", ] [tool.ruff.lint] @@ -94,9 +93,6 @@ select = [ [tool.ruff.lint.per-file-ignores] "tests/*" = ["E721"] -[tool.ruff.lint.pycodestyle] -ignore-overlong-task-comments = true - [tool.pytest.ini_options] markers = [ "slow: marks tests as slow (deselect with '-m \"not slow\"')",