File: settings.json

package info (click to toggle)
python-msrest 0.6.21-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 880 kB
  • sloc: python: 8,599; makefile: 8; sh: 1
file content (10 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
// Place your settings in this file to overwrite default and user settings.
{
    "python.testing.pytestArgs": [],
    "python.testing.pytestEnabled": true,
    "files.exclude": {
        "**/*.pyc": true
    },
    "git.ignoreLimitWarning": true,
    "python.linting.pylintEnabled": true
}