summaryrefslogtreecommitdiff
path: root/.deepsource.toml
blob: b6fabbc9fcd18c21080bc15339b0ce2f4ea2b278 (plain)
1
2
3
4
5
6
7
8
9
10
version = 1

test_patterns = ["test/**/test_*.py"]

[[analyzers]]
name = "python"
enabled = true

  [analyzers.meta]
  runtime_version = "3.x.x"