feat: initial commit
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[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']
|
||||
Reference in New Issue
Block a user