Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Commit

Permalink
Update .deepsource.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxluigi committed Dec 24, 2019
1 parent 0f558cd commit 7e88265
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
version = 1

exclude_patterns = [
"bin/**",
"**/node_modules/",
"js/*/*.min.js"
]

test_patterns = [
"tests/**",
"test_*.py"
]


[[analyzers]]
name = "python"
enabled = true
dependency_file_paths = [
"requirements/base.txt",
"requirements/local.txt",
"requirements/production.txt",
"Pipfile"
]

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

0 comments on commit 7e88265

Please sign in to comment.