File: mypy.ini

package info (click to toggle)
python-ecs-logging 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: python: 1,116; sh: 30; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 100 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
[mypy]
exclude = "/tests/"

[mypy-tests.*]
ignore_errors = true

[mypy-noxfile]
ignore_errors = true