mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-04 06:30:27 +03:00 
			
		
		
		
	fix vscode setting
This commit is contained in:
		
							parent
							
								
									958fd17232
								
							
						
					
					
						commit
						736f244634
					
				
					 1 changed files with 4 additions and 5 deletions
				
			
		
							
								
								
									
										9
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										9
									
								
								.vscode/settings.json
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -1,20 +1,19 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    "python.formatting.blackArgs": [
 | 
					    "python.formatting.blackArgs": [
 | 
				
			||||||
        "--config pyproject.toml"
 | 
					        "--config=pyproject.toml"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "python.formatting.provider": "black",
 | 
					    "python.formatting.provider": "black",
 | 
				
			||||||
    "python.linting.banditEnabled": true,
 | 
					    "python.linting.banditEnabled": true,
 | 
				
			||||||
    "python.linting.banditArgs": [
 | 
					    "python.linting.banditArgs": [
 | 
				
			||||||
        "-r",
 | 
					 | 
				
			||||||
        "-ii",
 | 
					        "-ii",
 | 
				
			||||||
        "--ini .bandit",
 | 
					        "--ini=.bandit",
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "python.linting.enabled": true,
 | 
					    "python.linting.enabled": true,
 | 
				
			||||||
    "python.linting.mypyArgs": [
 | 
					    "python.linting.mypyArgs": [
 | 
				
			||||||
        "--config-file mypy.ini"
 | 
					        "--config-file=mypy.ini"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
    "python.linting.mypyEnabled": true,
 | 
					    "python.linting.mypyEnabled": true,
 | 
				
			||||||
    "python.linting.pycodestyleEnabled": true,
 | 
					    "python.linting.flake8Enabled": true,
 | 
				
			||||||
    "python.linting.pylintArgs": [
 | 
					    "python.linting.pylintArgs": [
 | 
				
			||||||
        "--rcfile=.pylint-rcfile"
 | 
					        "--rcfile=.pylint-rcfile"
 | 
				
			||||||
    ],
 | 
					    ],
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue