diff --git a/pyproject.toml b/pyproject.toml index 485d87c..62ab849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,9 +35,9 @@ build-backend = "hatchling.build" [tool.ruff] target-version = "py311" line-length = 88 -select = ["E", "F", "I", "N", "W", "UP", "B", "C4", "SIM"] [tool.ruff.lint] +select = ["E", "F", "I", "N", "W", "UP", "B", "C4", "SIM"] ignore = ["E501"] [tool.mypy]