diff options
| author | bulve-ad <78788030+bulve-ad@users.noreply.github.com> | 2024-08-21 15:51:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 15:51:03 +0100 |
| commit | ce76bbb2b32b58a93d88db4abdb1bbfbf27243ea (patch) | |
| tree | b8e77c62b6a2d50ab04215beb54055d14210a423 /.deepsource.toml | |
| parent | c8e94530b65d6807b2b9bb246a542963839cce9d (diff) | |
| parent | d01d3bed939d7a17ea2205af502baeeb35510b5c (diff) | |
| download | de-project-bentley-ce76bbb2b32b58a93d88db4abdb1bbfbf27243ea.tar.gz de-project-bentley-ce76bbb2b32b58a93d88db4abdb1bbfbf27243ea.zip | |
Merge branch 'development' into feature/transform_lambda
Diffstat (limited to '.deepsource.toml')
| -rw-r--r-- | .deepsource.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.deepsource.toml b/.deepsource.toml index a840b78..42d0973 100644 --- a/.deepsource.toml +++ b/.deepsource.toml @@ -1,5 +1,7 @@ version = 1 +test_patterns = ["tests/**"] + [[analyzers]] name = "sql" @@ -22,6 +24,4 @@ name = "black" name = "autopep8" [[transformers]] -name = "ruff" - - +name = "ruff"
\ No newline at end of file |
