mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-03 22:20:28 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			21 lines
		
	
	
	
		
			558 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			558 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "python.formatting.blackArgs": [
 | 
						|
        "--config=pyproject.toml"
 | 
						|
    ],
 | 
						|
    "python.formatting.provider": "black",
 | 
						|
    "python.linting.banditEnabled": true,
 | 
						|
    "python.linting.banditArgs": [
 | 
						|
        "-ii",
 | 
						|
        "--ini=.bandit",
 | 
						|
    ],
 | 
						|
    "python.linting.enabled": true,
 | 
						|
    "python.linting.mypyArgs": [
 | 
						|
        "--config-file=mypy.ini"
 | 
						|
    ],
 | 
						|
    "python.linting.mypyEnabled": true,
 | 
						|
    "python.linting.flake8Enabled": true,
 | 
						|
    "python.linting.pylintArgs": [
 | 
						|
        "--rcfile=.pylint-rcfile"
 | 
						|
    ],
 | 
						|
    "python.linting.pylintEnabled": true,
 | 
						|
}
 |