Bump flake8 additional dependencies#362
Merged
branchv merged 3 commits intopython-poetry:masterfrom May 23, 2022
Merged
Conversation
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.
|
Kudos, SonarCloud Quality Gate passed!
|
mkniewallner
commented
May 21, 2022
Member
|
This is great, I would love to see the same PR in |
Secrus
approved these changes
May 21, 2022
This was referenced May 22, 2022
danieleades
approved these changes
May 23, 2022
danieleades
approved these changes
May 23, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








Added tests for changed code.Not applicableUpdated documentation for changed code.Not applicableUpdate all
flake8additional dependencies.This PR also updates flake8 configuration to use
extend-ignoreinstead ofignore, to avoid overriding the defaultignorelist that could be set by some plugins (see flake8 documentation for more information).poetryalready usesextend-ignore, so this will also make the 2 projects more aligned.Changelogs: