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: plugins:
bandit: bandit:
enabled: true enabled: true
sonar-python: sonar-python:
enabled: true enabled: true
config:
tests_patterns:
- test/**
pylint: pylint:
enabled: true enabled: true