[tool.ruff] extend-exclude = ['venv', 'env'] [tool.ruff.lint] select = [ 'F', # pyflakes 'E', # pycodestyle 'W', # pycodestyle 'I', # isort 'UP', # pyupgrade 'B', # flake8-bugbear 'C', # flake8-comprehensions 'DTZ', # flake8-datetimez 'DJ', # flake8-django 'RUF', # ruff 'N', # pep8-naming ] [tool.pytest.ini_options] python_files = ['day_*.py']