Skip to content

Commit

Permalink
Remove unused ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Feb 15, 2024
1 parent b77703e commit 5fc8fa7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ exclude = [
"src/textblob/en",
"src/textblob/unicodecsv",
"src/textblob/_text.py",
"src/textblob/compat.py",
]

[tool.ruff.lint]
Expand All @@ -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\"')",
Expand Down

0 comments on commit 5fc8fa7

Please sign in to comment.