mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-05-14 14:22:16 +00:00
ci: Add .deepsource.toml
This commit is contained in:
parent
6472d6969c
commit
12ab40427a
1 changed files with 22 additions and 0 deletions
22
.deepsource.toml
Normal file
22
.deepsource.toml
Normal file
|
@ -0,0 +1,22 @@
|
|||
version = 1
|
||||
|
||||
[[analyzers]]
|
||||
name = "javascript"
|
||||
|
||||
[analyzers.meta]
|
||||
environment = ["browser"]
|
||||
|
||||
[[analyzers]]
|
||||
name = "python"
|
||||
|
||||
[analyzers.meta]
|
||||
runtime_version = "3.x.x"
|
||||
|
||||
[[analyzers]]
|
||||
name = "docker"
|
||||
|
||||
[analyzers.meta]
|
||||
dockerfile_paths = ["/TFR/Dockerfile"]
|
||||
|
||||
[[transformers]]
|
||||
name = "black"
|
Loading…
Add table
Reference in a new issue