fastapi-dls/.codeclimate.yml

12 lines
164 B
YAML

version: "2"
plugins:
bandit:
enabled: true
sonar-python:
enabled: true
config:
tests_patterns:
- test/**
pylint:
enabled: true