[CI] refacto python lint
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							parent
							
								
									fab17af07a
								
							
						
					
					
						commit
						c6fcb571de
					
				
					 1 changed files with 3 additions and 5 deletions
				
			
		| 
						 | 
					@ -3,11 +3,9 @@ name: lint
 | 
				
			||||||
 | 
					
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
- name: pylint
 | 
					- name: pylint
 | 
				
			||||||
  image: python:slim
 | 
					  image: eeacms/pylint
 | 
				
			||||||
  commands:
 | 
					  commands:
 | 
				
			||||||
  - "echo \"==> Pylint ...\""
 | 
					 | 
				
			||||||
    - pip install -r requirements.txt
 | 
					    - pip install -r requirements.txt
 | 
				
			||||||
  - pip install pylint
 | 
					 | 
				
			||||||
    - pylint *.py
 | 
					    - pylint *.py
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- name: docker lint
 | 
					- name: docker lint
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue