File: .deepsource.toml

package info (click to toggle)
python-twilio 7.7.1%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,976 kB
  • sloc: python: 148,884; makefile: 50; sh: 2
file content (22 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version = 1

exclude_patterns = [
  'examples/**',

  # auto-generated files
  'twilio/rest/**',
  'twilio/twiml/**',
  'tests/integration/**',
]

test_patterns = [
  'tests/**'
]

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

  [analyzers.meta]
  max_line_length = 100
  skip_doc_coverage = ["module", "magic", "class"]