Skip to content

Commit

Permalink
Update scores
Browse files Browse the repository at this point in the history
  • Loading branch information
Testing bot committed Jul 26, 2024
1 parent 03aa7fd commit 96a5e97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .util/pylint_scores.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"avg_score": 9.835714285714285}
{"avg_score": 9.853333333333333}
3 changes: 1 addition & 2 deletions .util/pylint_scores.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ Your code has been rated at 10.00/10
************* Module db_connection
archive/db_connection.py:44:15: W0718: Catching too general exception Exception (broad-exception-caught)
archive/db_connection.py:52:15: W0718: Catching too general exception Exception (broad-exception-caught)
archive/db_connection.py:52:8: W0612: Unused variable 'e' (unused-variable)

-----------------------------------
Your code has been rated at 8.89/10
Your code has been rated at 9.26/10


------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion .util/pytest_scores.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ realtime_trains/test_extract_real.py ...... [ 60%]
realtime_trains/test_load_real.py ......... [ 73%]
realtime_trains/test_transform_real.py ................. [100%]

============================== 65 passed in 0.43s ==============================
============================== 65 passed in 0.44s ==============================

0 comments on commit 96a5e97

Please sign in to comment.