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

Linting fixes #7874

Merged
merged 5 commits into from Mar 26, 2021
Merged

Linting fixes #7874

merged 5 commits into from Mar 26, 2021

Commits on Mar 26, 2021

  1. Fixed code quality issues

    - Added '.deepsource.toml' file for continuous analysis on bug risk
    
    - Remove `return` from `__init__()` method
    
    - Remove duplicate dictionary key(s)
    
    - Use `max` built-in to get the maximum of two values
    
    - Remove redundant `None` default
    
    - Remove unnecessary comprehension
    
    Signed-off-by: ankitdobhal <dobhal.ankit@protonmail.com>
    powerexploit committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    b3205f4 View commit details
    Browse the repository at this point in the history
  2. Delete .deepsource.toml

    tomchristie committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    57647db View commit details
    Browse the repository at this point in the history
  3. Delete test_fields.py

    tomchristie committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    5a8c643 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9887ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffbb839 View commit details
    Browse the repository at this point in the history