This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-my-data/setup.cfg
2018-08-17 10:29:25 +02:00

19 lines
486 B
INI

[tool:pytest]
addopts = -v --cov mydata --cov mydata_benchmarks --cov-report term-missing
--ignore node_modules --ignore .git --ignore .cache --ignore build
--ignore integration_tests --ignore docker
DJANGO_SETTINGS_MODULE = mydata.settings
python_files = tests.py test_*.py *_tests.py
[pep8]
max-line-length = 100
[mypy]
# Should match what's declared in Pipfile
python_version = 3.6
warn_redundant_casts = True
ignore_missing_imports = True
incremental = True