Skip to content

Commit

Permalink
Added deepsource for CQ checks
Browse files Browse the repository at this point in the history
  • Loading branch information
bearlike committed Apr 10, 2022
1 parent 06ab81f commit 0b25f4d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
14 changes: 14 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version = 1

test_patterns = ["test/**"]

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

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

[[analyzers]]
name = "docker"
enabled = true
10 changes: 3 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,6 @@ dmypy.json
# Cython debug symbols
cython_debug/

# PyCharm
# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
temp.sh
# IDE Configurations
.idea/
.vscode/

0 comments on commit 0b25f4d

Please sign in to comment.