diff --git a/.deepsource.toml b/.deepsource.toml index 2328293e60..4f240cc9a6 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,17 +1,13 @@ version = 1 exclude_patterns = [ - "docs/docs/javascripts/**", # Docs: Helpers - "docs/ci/**", # Docs: CI - "InvenTree/InvenTree/static/**", # Backend: CUI static files - "ci/**", # Backend: CI + "docs/docs/javascripts/**", # Docs: Helpers + "docs/ci/**", # Docs: CI + "InvenTree/InvenTree/static/**", # Backend: CUI static files + "ci/**", # Backend: CI "InvenTree/**/migrations/*.py", # Backend: Migration files - "src/frontend/src/locales/**" # Frontend: Translations -] -test_patterns = [ - "**/test_*.py", - "**/test.py", - "**/tests.py" + "src/frontend/src/locales/**", # Frontend: Translations ] +test_patterns = ["**/test_*.py", "**/test.py", "**/tests.py"] [[analyzers]] @@ -20,18 +16,18 @@ name = "shell" [[analyzers]] name = "javascript" - [analyzers.meta] - plugins = ["react"] +[analyzers.meta] +plugins = ["react"] [[analyzers]] name = "python" - [analyzers.meta] - runtime_version = "3.x.x" +[analyzers.meta] +runtime_version = "3.x.x" [[analyzers]] name = "docker" [[analyzers]] name = "test-coverage" -enabled = true +enabled = false