pypilot/.archive/.github/archive/.deepsource.toml
Luke Tainton 46e2ee6408
All checks were successful
Security / sonarqube (push) Successful in 2m48s
Security / snyk (push) Successful in 4m22s
feat(ci): fix CI, switch to self-hosted SonarQube (#310)
Reviewed-on: #310
2025-02-09 22:01:56 +01:00

31 lines
433 B
TOML

version = 1
test_patterns = ["tests/**"]
exclude_patterns = [
".github/workflows/**",
".gitignore",
"CODEOWNERS",
"LICENSE.md",
"README.md",
"codecov.yml",
"renovate.json",
"requirements-dev.txt",
"requirements.txt"
]
[[analyzers]]
name = "python"
enabled = true
[analyzers.meta]
runtime_version = "3.x.x"
[[analyzers]]
name = "test-coverage"
enabled = true
[[transformers]]
name = "black"
enabled = true