File: setup.cfg

package info (click to toggle)
django-sass 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: python: 388; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[flake8]
max-line-length = 100
exclude = .venv,venv,migrations

[mypy]
ignore_missing_imports = True
namespace_packages = True

[tool:pytest]
DJANGO_SETTINGS_MODULE = testproject.settings
junit_family = xunit2
addopts = --cov django_sass --cov-report html --cov-report xml --junitxml junit/test-results.xml ./testproject/
python_files = tests.py test_*.py
filterwarnings =
    ignore
    default:::django_sass.*