aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyrightconfig.json
blob: 7b59b39027551223799ee36a539e5ad18d6d1523 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{
  "typeCheckingMode": "standard",
  "include": ["**/*.py"],
  "exclude": [
    "**/.git/**",
    "**/.venv/**",
    "**/node_modules/**",
    "dot_config/ipython/profile_default/ipython_config.py"
  ],
  "reportMissingTypeStubs": false
}