diff --git a/.deepsource.toml b/.deepsource.toml new file mode 100644 index 0000000000..2ffa21bf75 --- /dev/null +++ b/.deepsource.toml @@ -0,0 +1,26 @@ +version = 1 +exclude_patterns = [ + "docs/docs/javascripts/**", + "docs/ci/**", + "InvenTree/InvenTree/static/**", + "ci/**", + "InvenTree/**/migrations/*.py" +] + +[[analyzers]] +name = "shell" + +[[analyzers]] +name = "javascript" + + [analyzers.meta] + plugins = ["react"] + +[[analyzers]] +name = "python" + + [analyzers.meta] + runtime_version = "3.x.x" + +[[analyzers]] +name = "docker" diff --git a/README.md b/README.md index cc58b7a638..851d63f35f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@  [](https://bestpractices.coreinfrastructure.org/projects/7179) [](https://app.netlify.com/sites/inventree/deploys) +[](https://app.deepsource.com/gh/inventree/InvenTree/) [](https://coveralls.io/github/inventree/InvenTree) [](https://crowdin.com/project/inventree) @@ -93,6 +94,7 @@ InvenTree is designed to be **extensible**, and provides multiple options for **