Merge branch 'develop' into 1322_webhooks

This commit is contained in:
Micah Lee 2021-04-11 21:38:49 -07:00
commit c3327f5cc1
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -1,19 +0,0 @@
version = 1
test_patterns = [
"desktop/tests/**",
"cli/tests/**"
]
exclude_patterns = [
"snap/**",
"licenses/**",
"flatpak/**"
]
[[analyzers]]
name = "python"
enabled = true
[analyzers.meta]
runtime_version = "3.x.x"