mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Remove --verbose parameter from black call
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -91,7 +91,7 @@ jobs: | ||||
|         name: Run black | ||||
|         uses: psf/black@stable | ||||
|         with: | ||||
|           options: "--check --diff --verbose" | ||||
|           options: "--check --diff" | ||||
|           src: "./src" | ||||
|           version: "22.1.0" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kpj
					kpj