mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-04 00:02:20 -05:00 
			
		
		
		
	- Update all excluding `@mcaptcha/vanilla-glue` and `eslint-plugin-array-func` - Tested pdf, chart.js, swagger
		
			
				
	
	
		
			17 lines
		
	
	
		
			278 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			278 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.34.1"
 | 
						|
yamllint = "1.35.0"
 | 
						|
 | 
						|
[tool.djlint]
 | 
						|
profile="golang"
 | 
						|
ignore="H005,H006,H013,H016,H020,H021,H030,H031"
 |