mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2024-11-22 14:28:48 +00:00
12 lines
164 B
YAML
12 lines
164 B
YAML
version: "2"
|
|
plugins:
|
|
bandit:
|
|
enabled: true
|
|
sonar-python:
|
|
enabled: true
|
|
config:
|
|
tests_patterns:
|
|
- test/**
|
|
pylint:
|
|
enabled: true
|