15 lines
		
	
	
		
			339 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			339 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
 | 
						|
    "python.testing.pytestEnabled": true,
 | 
						|
    "python.testing.pytestArgs": [
 | 
						|
        "tests"
 | 
						|
    ],
 | 
						|
    "editor.formatOnSave": true,
 | 
						|
    "editor.rulers": [
 | 
						|
        100
 | 
						|
    ],
 | 
						|
    "files.exclude": {
 | 
						|
        "**/__pycache__": true,
 | 
						|
        "**/*.pyc": true
 | 
						|
    }
 | 
						|
} |