Skip to content

Commit

Permalink
Add deepsource integration (#79)
Browse files Browse the repository at this point in the history
* add test, handle Youtube quota expiry better (#68)

* add sigint handler to handle Ctrl+C better

* major version bump due to Python version change (now needs 3.6+)

* move sentry around so that github action doesn;t complain when trying to fetch version for publishing

* move sentry around

* oops, moved signal to wrong place

* Add HTML Scraping functionality

* Update requirements.txt to fit HTML Scrape

* change the log structure

* some additional error handling when scraping fails

* tests for getting link w/ scraping

* update requirements for packaging

* add deepsource

Co-authored-by: Luca Koroll <[email protected]>
  • Loading branch information
SathyaBhat and lucanello authored May 9, 2020
1 parent 8b71997 commit a60273f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .deepsource.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version = 1

test_patterns = ["*tests/**"]

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

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

0 comments on commit a60273f

Please sign in to comment.