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

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

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

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