mirror of
				https://github.com/enpaul/tox-poetry-installer.git
				synced 2025-11-03 07:39:20 +00:00 
			
		
		
		
	Fix python version in pre-commit config
This commit is contained in:
		@@ -4,14 +4,14 @@ repos:
 | 
				
			|||||||
    rev: 20.8b1
 | 
					    rev: 20.8b1
 | 
				
			||||||
    hooks:
 | 
					    hooks:
 | 
				
			||||||
      - id: black
 | 
					      - id: black
 | 
				
			||||||
        language_version: python3.7
 | 
					        language_version: python3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - repo: https://github.com/asottile/blacken-docs
 | 
					  - repo: https://github.com/asottile/blacken-docs
 | 
				
			||||||
    rev: v0.5.0
 | 
					    rev: v0.5.0
 | 
				
			||||||
    hooks:
 | 
					    hooks:
 | 
				
			||||||
      - id: blacken-docs
 | 
					      - id: blacken-docs
 | 
				
			||||||
        additional_dependencies: [black==20.8b1]
 | 
					        additional_dependencies: [black==20.8b1]
 | 
				
			||||||
        language_version: python3.7
 | 
					        language_version: python3
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - repo: https://github.com/asottile/reorder_python_imports
 | 
					  - repo: https://github.com/asottile/reorder_python_imports
 | 
				
			||||||
    rev: v2.3.5
 | 
					    rev: v2.3.5
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user