mirror of
				https://github.com/blakeblackshear/frigate.git
				synced 2025-10-27 10:52:11 +01:00 
			
		
		
		
	* go all in on ruff * upgrade docusaurus * add netlify toml * broken link * fix netlify toml * start filling out guide * add debian setup detail * simplify bash command
		
			
				
	
	
		
			3 lines
		
	
	
		
			65 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			65 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [tool.ruff]
 | |
| ignore = ["E501","E711","E712"]
 | |
| extend-select = ["I"] |