File: pyproject.toml

package info (click to toggle)
pydantic 2.12.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,640 kB
  • sloc: python: 75,984; javascript: 181; makefile: 115; sh: 38
file content (14 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tool.pyright]
extraPaths = ['../..']
pythonVersion = '3.10'
enableExperimentalFeatures = true
enableTypeIgnoreComments = false
reportUnnecessaryTypeIgnoreComment = true
reportDeprecated = true
reportUnusedExpression = false

[tool.mypy]
python_version = '3.10'
disable_error_code = ['empty-body']
enable_error_code = ['deprecated']
warn_unused_ignores = true