monocongo/climate_indices

Add test patterns for deepsource to reduce false positives

Closed this issue · 1 comments

Add the below to .deepsource.toml

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

Described here: https://deepsource.io/docs/concepts/#test_patterns

Closed by #488