codeql PEP8 first argument should be self#16518
Merged
pieterlexis merged 27 commits intoJun 16, 2026
Merged
Conversation
miodvallat
previously approved these changes
Nov 17, 2025
miodvallat
left a comment
Contributor
There was a problem hiding this comment.
As someone who always types slef when trying to type self, I am strongly opposed to that PR.
rgacogne
requested changes
Nov 17, 2025
jsoref
commented
Nov 17, 2025
Contributor
|
Hey @jsoref, Do you intend to finish this PR? Or should one of us pick this up? |
Contributor
Author
|
Please pick it up. |
4739980 to
d3f1242
Compare
Contributor
|
I just rebased this on master and updated several callbacks to |
Coverage Report for CI Build 27534638053Coverage increased (+0.02%) to 71.093%Details
Uncovered ChangesNo uncovered changes found. Coverage Regressions49 previously-covered lines in 11 files lost coverage.
Coverage Stats💛 - Coveralls |
rgacogne
requested changes
Jun 4, 2026
45fb9bb to
8919136
Compare
rgacogne
previously approved these changes
Jun 4, 2026
Contributor
|
ugh, the signoffs disappeared during the rebase and amends. |
8919136 to
657bc3e
Compare
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
…back Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
…back Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
Signed-off-by: Pieter Lexis <pieter.lexis@powerdns.com>
657bc3e to
4776f69
Compare
rgacogne
approved these changes
Jun 15, 2026
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.
Short description
codeql complains (per PEP8) when the first argument to methods is not
self: https://github.com/check-spelling-sandbox/pdns/security/quality/rules/py%2Fnot-named-selfChecklist
I have: