This commit is contained in:
		
							parent
							
								
									74fe3c6a58
								
							
						
					
					
						commit
						99d1eb8433
					
				
					 1 changed files with 6 additions and 6 deletions
				
			
		
							
								
								
									
										12
									
								
								.drone.yml
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								.drone.yml
									
									
									
									
									
								
							| 
						 | 
				
			
			@ -13,9 +13,9 @@ steps:
 | 
			
		|||
  commands:
 | 
			
		||||
  - ruff py_hypercube.py
 | 
			
		||||
 | 
			
		||||
#- name: python lint
 | 
			
		||||
#  image: cytopia/pylint
 | 
			
		||||
#  commands:
 | 
			
		||||
#  - apk add --no-cache py3-pip
 | 
			
		||||
#  - pip3 install -r requirements.txt || true
 | 
			
		||||
#  - find . -type f -name "*.py" | xargs pylint
 | 
			
		||||
- name: python lint
 | 
			
		||||
  image: cytopia/pylint
 | 
			
		||||
  commands:
 | 
			
		||||
  - apk add --no-cache py3-pip
 | 
			
		||||
  - pip3 install -r requirements.txt || true
 | 
			
		||||
  - find . -type f -name "*.py" | xargs pylint
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue