mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 00:07:39 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			136 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			136 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: "2"
 | 
						|
plugins:
 | 
						|
  bandit:
 | 
						|
    enabled: true
 | 
						|
  sonar-python:
 | 
						|
    enabled: true
 | 
						|
    config:
 | 
						|
      tests_patterns:
 | 
						|
        - test/**
 |