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