| 
									
										
										
										
											2022-03-15 15:01:56 -08:00
										 |  |  | repos:
 | 
					
						
							|  |  |  |   - repo: https://github.com/pre-commit/pre-commit-hooks
 | 
					
						
							|  |  |  |     rev: v2.3.0
 | 
					
						
							|  |  |  |     hooks:
 | 
					
						
							|  |  |  |       - id: check-yaml
 | 
					
						
							|  |  |  |         exclude: "mkdocs.yml"
 | 
					
						
							|  |  |  |       - id: check-json
 | 
					
						
							| 
									
										
										
										
											2022-03-16 17:37:56 +01:00
										 |  |  |         exclude: (.vscode|.devcontainer)
 | 
					
						
							| 
									
										
										
										
											2022-03-15 15:01:56 -08:00
										 |  |  |       - id: check-toml
 | 
					
						
							|  |  |  |       - id: end-of-file-fixer
 | 
					
						
							|  |  |  |       - id: trailing-whitespace
 | 
					
						
							|  |  |  |   - repo: https://github.com/sondrelg/pep585-upgrade
 | 
					
						
							|  |  |  |     rev: "v1.0.1" # Use the sha / tag you want to point at
 | 
					
						
							|  |  |  |     hooks:
 | 
					
						
							|  |  |  |       - id: upgrade-type-hints
 | 
					
						
							|  |  |  |   - repo: https://github.com/pycqa/isort
 | 
					
						
							|  |  |  |     rev: 5.10.1
 | 
					
						
							|  |  |  |     hooks:
 | 
					
						
							|  |  |  |       - id: isort
 | 
					
						
							|  |  |  |         name: isort (python)
 | 
					
						
							|  |  |  |   - repo: https://github.com/psf/black
 | 
					
						
							| 
									
										
										
										
											2022-05-01 12:45:50 -08:00
										 |  |  |     rev: 22.3.0
 | 
					
						
							| 
									
										
										
										
											2022-03-15 15:01:56 -08:00
										 |  |  |     hooks:
 | 
					
						
							|  |  |  |       - id: black
 | 
					
						
							|  |  |  |   - repo: https://github.com/pycqa/flake8
 | 
					
						
							|  |  |  |     rev: "4.0.1"
 | 
					
						
							|  |  |  |     hooks:
 | 
					
						
							|  |  |  |       - id: flake8
 | 
					
						
							|  |  |  |         additional_dependencies:
 | 
					
						
							|  |  |  |           - "flake8-print==4.0.0"
 |