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

Fix reading the number argument from config file #923

Merged

Commits on Jul 5, 2022

  1. Fix reading the number argument from config file

    When passing the "number" option from the INI file we did
    not take into account to store its value as an integer
    (when that value is not None).
    
    Resolves: PyCQA#922
    KAUTH committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    82ca66b View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Implement a cleaner fix

    We use the "or" boolean operation to have a
    cleaner implementation of the solution.
    KAUTH committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    29e396e View commit details
    Browse the repository at this point in the history