File: setup.cfg

package info (click to toggle)
python-omegaconf 2.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,244 kB
  • sloc: python: 26,413; makefile: 38; sh: 11
file content (13 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[aliases]
test=pytest

[mypy]
python_version = 3.7
mypy_path=.stubs
exclude = build/

[mypy-antlr4.*]
ignore_missing_imports = True

[mypy-omegaconf.grammar.gen.*]
ignore_errors = True