Skip to content

Commit

Permalink
Update .deepsource.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
sanketsaurav authored and mrocklin committed Jul 28, 2020
1 parent f6545be commit 0673d90
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .deepsource.toml
@@ -1,8 +1,22 @@
version = 1

test_patterns = [
"dask/**/test_*.py",
"dask/**/*_test.py"
]

exclude_patterns = [
"continuous_integration/**",
"docs/**"
]

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

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

[[transformers]]
name = "black"
enabled = true

0 comments on commit 0673d90

Please sign in to comment.