Skip to content

Commit

Permalink
Update .deepsource.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
laugh12321 authored Oct 22, 2022
1 parent 318222e commit 65e2761
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
version = 1

[[analyzers]]
name = "python"
enabled = true

[analyzers.meta]
runtime_version = "3.x.x"

[[transformers]]
name = "isort"
enabled = true

[[transformers]]
name = "black"
enabled = true

[[transformers]]
name = "autopep8"
enabled = true

[[transformers]]
name = "yapf"
enabled = true

0 comments on commit 65e2761

Please sign in to comment.