mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Enable these rules: - H014 | More than 2 blank lines. - H023 | Do not use entity references. There are more potential rules to enable but they are blocked by bugs in the linter: - https://github.com/Riverside-Healthcare/djLint/issues/711 - https://github.com/Riverside-Healthcare/djLint/issues/712
		
			
				
	
	
		
			16 lines
		
	
	
		
			273 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			273 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[tool.poetry]
 | 
						|
name = "gitea"
 | 
						|
version = "0.0.0"
 | 
						|
description = ""
 | 
						|
authors = []
 | 
						|
 | 
						|
[tool.poetry.dependencies]
 | 
						|
python = "^3.8"
 | 
						|
 | 
						|
[tool.poetry.group.dev.dependencies]
 | 
						|
djlint = "1.31.1"
 | 
						|
 | 
						|
[tool.djlint]
 | 
						|
profile="golang"
 | 
						|
ignore="H005,H006,H008,H013,H016,H020,H021,H026,H030,H031,T027"
 |