mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Run pycodestyle with --max-line-length=88 to match black's defaults
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/ci.yml
									
									
									
									
										vendored
									
									
								
							| @@ -80,7 +80,7 @@ jobs: | |||||||
|         name: Codestyle |         name: Codestyle | ||||||
|         run: | |         run: | | ||||||
|           cd src/ |           cd src/ | ||||||
|           pycodestyle |           pycodestyle --max-line-length=88 | ||||||
|   codeformatting: |   codeformatting: | ||||||
|     runs-on: ubuntu-20.04 |     runs-on: ubuntu-20.04 | ||||||
|     steps: |     steps: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 kpj
					kpj