File: setup.cfg

package info (click to toggle)
python-databases 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 312 kB
  • sloc: python: 3,333; makefile: 11
file content (21 lines) | stat: -rw-r--r-- 382 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
[mypy]
disallow_untyped_defs = True
ignore_missing_imports = True
no_implicit_optional = True
disallow_any_generics = false
disallow_untyped_decorators = true
implicit_reexport = true
disallow_incomplete_defs = true
exclude = databases/backends

[tool:isort]
profile = black
combine_as_imports = True

[coverage:run]
source = databases, tests

[egg_info]
tag_build = 
tag_date = 0