Compare commits
	
		
			2 Commits
		
	
	
		
			3988f0a6fc
			...
			fb5d63f636
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | fb5d63f636 | ||
|   | 784123b9e1 | 
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1,2 +1,5 @@ | |||||||
| uv.lock | uv.lock | ||||||
| .venv/ | .venv/ | ||||||
|  | .idea/ | ||||||
|  | .pytest_cache/ | ||||||
|  | .ruff_cache/ | ||||||
| @ -20,3 +20,11 @@ repos: | |||||||
|       # Compile requirements |       # Compile requirements | ||||||
|       - id: pip-compile |       - id: pip-compile | ||||||
|         args: [ pyproject.toml, -o, requirements.txt ] |         args: [ pyproject.toml, -o, requirements.txt ] | ||||||
|  |   - repo: https://github.com/astral-sh/ruff-pre-commit | ||||||
|  |     # Ruff version. | ||||||
|  |     rev: v0.11.12 | ||||||
|  |     hooks: | ||||||
|  |       # Run the linter. | ||||||
|  |       - id: ruff | ||||||
|  |       # Run the formatter. | ||||||
|  |       - id: ruff-format | ||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user