File: setup.cfg

package info (click to toggle)
python-dynaconf 3.1.7-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,116 kB
  • sloc: python: 12,959; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 342 bytes parent folder | download
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