-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
25 lines (20 loc) · 484 Bytes
/
setup.cfg
File metadata and controls
25 lines (20 loc) · 484 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[aliases]
test=pytest
[tool:pytest]
addopts = --black --isort --flake8 --mypy --cov=perl --cov-report=term --cov-report=html
testpaths = tests perl
[isort]
multi_line_output = 3
line_length = 88
known_django = django
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
include_trailing_comma = True
skip = example_importer.py
[flake8]
max-line-length = 88
ignore = E501,W503,E203
[mypy]
ignore_missing_imports = True
[doc8]
max-line-length = 88
ignore-path = *.txt