diff --git a/examples/data/cow_tutorial/nomad-countries/pyproject.toml b/examples/data/cow_tutorial/nomad-countries/pyproject.toml index e60ef9d1814c231b620d4aae4ef859dafd68f0f4..5d78b917bddf6c89efc5a7db3fc32a694f400d8d 100644 --- a/examples/data/cow_tutorial/nomad-countries/pyproject.toml +++ b/examples/data/cow_tutorial/nomad-countries/pyproject.toml @@ -65,18 +65,7 @@ indent-width = 4 [tool.ruff.lint] -select = [ - # pycodestyle - "E", - # Pyflakes - "F", - # pyupgrade - "UP", - # isort - "I", - # pylint - "PL", -] +select = [] ignore = [ "F403", # 'from module import *' used; unable to detect undefined names