fix: add core project files and configuration
This commit is contained in:
@@ -55,3 +55,7 @@ python_files = ["test_*.py"]
|
|||||||
python_classes = ["Test*"]
|
python_classes = ["Test*"]
|
||||||
python_functions = ["test_*"]
|
python_functions = ["test_*"]
|
||||||
addopts = "-v --cov=src --cov-report=term-missing"
|
addopts = "-v --cov=src --cov-report=term-missing"
|
||||||
|
|
||||||
|
[tool.ruff.lint]
|
||||||
|
select = ["E", "F", "W"]
|
||||||
|
ignore = ["E501", "E722", "F401", "F841"]
|
||||||
|
|||||||
Reference in New Issue
Block a user