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"]