Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Conversation

Samyak2
Copy link
Contributor

@Samyak2 Samyak2 commented Apr 20, 2022

  • formatted using black and isort
  • fixed type errors
    • check the value returned by get_json() is None before using it
      • returns a message with 400 if it's not a JSON
  • fixed flake8 errors
  • fixed docstrings
  • create a new logger for the alert view module instead of using the root logger (current_app.logger)
  • reduced total errors and warnings from 60+ to 0

@Samyak2 Samyak2 added ✨ enhancement New feature or request 🛠️ backend labels Apr 20, 2022
@Samyak2 Samyak2 added this to the v0.7.0 milestone Apr 20, 2022
@Samyak2 Samyak2 requested a review from manassolanki April 20, 2022 06:27
@netlify
Copy link

netlify bot commented Apr 20, 2022

Deploy Preview for frontend-sb canceled.

Name Link
🔨 Latest commit 80a9820
🔍 Latest deploy log https://app.netlify.com/sites/frontend-sb/deploys/625fafabf9b3d00008171aac

- formatted using black and isort
- fixed type errors
    - check the value returned by `get_json()` is None before using it
        - returns a message with 400 if it's not a JSON
- fixed flake8 errors
- fixed docstrings
- create a new logger for the alert view module instead of using the
  root logger (`current_app.logger`)
- reduced total errors and warnings from 60+ to 0
@Samyak2 Samyak2 force-pushed the fix/alert-view-fix-lints branch from de56334 to 80a9820 Compare April 20, 2022 07:00
@Samyak2 Samyak2 mentioned this pull request Apr 27, 2022
@varunp2k
Copy link
Member

LGTM.

@varunp2k varunp2k merged commit 63a821d into develop May 3, 2022
@Samyak2 Samyak2 deleted the fix/alert-view-fix-lints branch May 3, 2022 11:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants