refactor: Move constants outside of variable scope - #7262
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
Co-authored-by: Christian Clauss <cclauss@me.com>
|
If I have closed any failing PRs that you want to keep open, please reopen them or ask me to do so.
|
for more information, see https://pre-commit.ci
|
Your thoughts on using https://docs.python.org/3/library/typing.html#typing.Final for constant values? |

Describe your change:
Moves constants outside of variable scope, removing the need for
noqa: N806Checklist:
Fixes: #{$ISSUE_NO}.