Update .codeclimate.yml

This commit is contained in:
Oscar Krause 2024-01-17 23:13:20 +01:00
parent 6c1b05c66a
commit 77be5772c4

View File

@ -1,7 +1,11 @@
version: "2"
plugins:
bandit:
enabled: true
sonar-python:
enabled: true
config:
tests_patterns:
- test/**
pylint:
enabled: true