Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added type checking support #70

Merged
merged 3 commits into from
Oct 18, 2021
Merged

Conversation

aswinmurali-io
Copy link
Contributor

@aswinmurali-io aswinmurali-io commented Oct 18, 2021

Related Issue: #4
closes #4

  • Added mypy as dev dependency.
  • Added stub files for django, request, celery.
  • Added mypy.yml for type checking CI.

Should I update the CHANGELOG.md file?

@codecov
Copy link

codecov bot commented Oct 18, 2021

Codecov Report

Merging #70 (242fe13) into develop (82a30e5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #70   +/-   ##
========================================
  Coverage    96.29%   96.29%           
========================================
  Files            7        7           
  Lines          189      189           
  Branches        15       15           
========================================
  Hits           182      182           
  Misses           5        5           
  Partials         2        2           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 82a30e5...242fe13. Read the comment docs.

.github/workflows/mypy.yml Outdated Show resolved Hide resolved
Co-authored-by: lowitea <lonewitcher@gmail.com>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@aswinmurali-io
Copy link
Contributor Author

Updated the changes. @lowitea

@lowitea lowitea added this to the 2.0.0 milestone Oct 18, 2021
@lowitea
Copy link
Contributor

lowitea commented Oct 18, 2021

Should I update the CHANGELOG.md file?

No thanks, when I collect the tasks in the release, I will update it myself.

@lowitea lowitea merged commit 9182b5c into NUTtech:develop Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add type annotations
2 participants