File: .deepsource.toml

package info (click to toggle)
python-twilio 6.51.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 12,260 kB
  • sloc: python: 128,982; makefile: 51
file content (25 lines) | stat: -rw-r--r-- 365 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
version = 1

exclude_patterns = [
  'examples/**',
  
  # auto-generated files
  'twilio/rest/**',
  'twilio/twiml/**',
  'tests/integration/**',
  
  # compat files
  'twilio/compat.py',
]

test_patterns = [
  'tests/**'
]

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

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