summaryrefslogtreecommitdiff
path: root/.deepsource.toml
blob: 2cd579f786d987a37c2ffee803b0773a7865d604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
version = 1

test_patterns = ["tests/**"]
exclude_patterns = [
  "tests/**",
  "scripts/**",
  "isort/_future/**",
  "isort/_vendored/**",
]


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

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