mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	change path to ensure basepath is submitted
This commit is contained in:
		@@ -76,7 +76,7 @@ source = ["src/backend/InvenTree", "InvenTree"]
 | 
			
		||||
ignore = "D018,H006,H008,H020,H021,H023,H025,H030,H031,T002"
 | 
			
		||||
 | 
			
		||||
[tool.isort]
 | 
			
		||||
src_paths=["src/backend/InvenTree", ]
 | 
			
		||||
src_paths=["src/backend/*"]
 | 
			
		||||
skip_glob ="*/migrations/*.py"
 | 
			
		||||
known_django="django"
 | 
			
		||||
sections=["FUTURE","STDLIB","DJANGO","THIRDPARTY","FIRSTPARTY","LOCALFOLDER"]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user