File: setup.cfg

package info (click to toggle)
python-dynaconf 3.2.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,900 kB
  • sloc: python: 21,464; sh: 9; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
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
26
27
28
[bdist_wheel]
universal = 1

[mypy]
ignore_missing_imports = True

[mypy-*.vendor.*]
ignore_errors = True

[mypy-tests.*]
ignore_errors = True

[mypy-example.*]
ignore_errors = True

[mypy-*.contrib.*]
ignore_errors = True

[mypy-*.utils.*]
ignore_errors = True

[mypy-*.loaders.*]
ignore_errors = True

[egg_info]
tag_build = 
tag_date = 0