diff --git a/pyproject.toml b/pyproject.toml index 80a673a..7face55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -59,11 +59,10 @@ exclude = [ ] [tool.ruff] line-length = 88 +select = ["E", "F", "I", "W"] +ignore = ["E501"] target-version = "py311" -extend-select = ["E","F","I"] -ignore = [ - "E501", -] +#extend-select = ["E","F","I"] exclude = [ ".git", "__pycache__",