 b80a5afc4a
			
		
	
	
		b80a5afc4a
		
	
	
	
		
			
	
		
	
	
		
			All checks were successful
		
		
	
	Build Simulation and Test / Run All Tests (push) Successful in 2m21s
				
			
		
			
				
	
	
		
			22 lines
		
	
	
		
			537 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			537 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| repos:
 | |
|   - repo: local
 | |
|     hooks:
 | |
|       - id: pytest
 | |
|         name: pytest
 | |
|         entry: python -m pytest tests
 | |
|         language: system
 | |
|         types: [python]
 | |
|         pass_filenames: false
 | |
|         always_run: true
 | |
|   - repo: https://github.com/astral-sh/uv-pre-commit
 | |
|     # uv version.
 | |
|     rev: 0.7.9
 | |
|     hooks:
 | |
|       - id: uv-lock
 | |
|   - repo: https://github.com/astral-sh/uv-pre-commit
 | |
|     # uv version.
 | |
|     rev: 0.7.9
 | |
|     hooks:
 | |
|       # Compile requirements
 | |
|       - id: pip-compile
 | |
|         args: [ pyproject.toml, -o, requirements.txt ] |