mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Make pycodestyle ignore E203
See https://github.com/psf/black/issues/315 for more details.
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -80,7 +80,7 @@ jobs: | ||||
|         name: Codestyle | ||||
|         run: | | ||||
|           cd src/ | ||||
|           pycodestyle --max-line-length=88 | ||||
|           pycodestyle --max-line-length=88 --ignore=E121,E123,E126,E226,E24,E704,W503,W504,E203 | ||||
|   codeformatting: | ||||
|     runs-on: ubuntu-20.04 | ||||
|     steps: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kpj
					kpj