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

Bump flake8 additional dependencies #362

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    595fb7b View commit details
    Browse the repository at this point in the history
  2. chore(flake8) use extend-ignore instead of ignore

    Per flake8 documentation (https://flake8.pycqa.org/en/latest/user/options.html#cmdoption-flake8-extend-ignore),
    the difference with `ignore` is that "this option can be used to selectively add individual codes without overriding the default list entirely", meaning that the default ignore list provided by plugins will not be overriden.
    mkniewallner committed May 21, 2022
    Configuration menu
    Copy the full SHA
    bea338d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da958bd View commit details
    Browse the repository at this point in the history