mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-10-31 07:57:26 +03:00 
			
		
		
		
	Remove duplicate flake8 call in tox, it's covered by pre-commit (#1448)
This commit is contained in:
		
							parent
							
								
									cbf59a88ad
								
							
						
					
					
						commit
						355601bd5c
					
				
							
								
								
									
										10
									
								
								tox.ini
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								tox.ini
									
									
									
									
									
								
							|  | @ -1,5 +1,5 @@ | |||
| [tox] | ||||
| envlist = py3{6,7,8,9,10}, flake8, mypy, pre-commit | ||||
| envlist = py3{6,7,8,9,10}, mypy, pre-commit | ||||
| skipsdist = true | ||||
| 
 | ||||
| [testenv] | ||||
|  | @ -26,12 +26,4 @@ deps = | |||
| commands = | ||||
|     mypy graphene | ||||
| 
 | ||||
| [testenv:flake8] | ||||
| basepython = python3.9 | ||||
| deps = | ||||
|     flake8>=4,<5 | ||||
| commands = | ||||
|     pip install --pre -e . | ||||
|     flake8 graphene | ||||
| 
 | ||||
| [pytest] | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user