Update .codeclimate.yml

This commit is contained in:
Oscar Krause 2024-01-17 23:13:20 +01:00
parent d37d96dc34
commit af8b1c2387

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