version: 2 checks: pylint: enabled: true configuration: .pylintrc flake8: enabled: true bandit: enabled: true exclude_patterns: - tests/ - docs/