File: pyproject.toml

package info (click to toggle)
textdistance 4.6.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 448 kB
  • sloc: python: 2,728; sh: 4; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[tool.mypy]
files = ["textdistance"]
python_version = 3.7
show_error_codes = true
disable_error_code = ["override"]
warn_unused_ignores = true
allow_redefinition = true
check_untyped_defs = true