File: mypy.ini

package info (click to toggle)
cwltool 3.1.20250110105449-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,516 kB
  • sloc: python: 20,992; javascript: 20,796; sh: 233; makefile: 152
file content (14 lines) | stat: -rw-r--r-- 285 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[mypy]
strict = True
show_error_context = true
show_column_numbers = true
show_error_codes = true
pretty = true
warn_unreachable = True
local_partial_types = true

[mypy-galaxy.tool_util.*]
ignore_missing_imports = True

[mypy-cwltool.software_requirements]
warn_unused_ignores= False