Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
poju3185 committed Mar 12, 2024
1 parent faecc55 commit 216d901
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version = 1

test_patterns = ["tests/**"]

exclude_patterns = ["migrations/**"]

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

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

[[analyzers]]
name = "test-coverage"
enabled = true

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

0 comments on commit 216d901

Please sign in to comment.