lint and fix pep8 naming conventions
i'll see what the CI does, but i'm expecting there's a reasonable chance this is a breaking change for downstream
This will probably cause some breakage, yeah. It's a bigger codebase, but I think this would be good to try in poetry itself first since it has no consumers outside of plugins (and the plugin API is not yet stable).
See python-poetry/poetry#4776.
This will probably cause some breakage, yeah. It's a bigger codebase, but I think this would be good to try in poetry itself first since it has no consumers outside of plugins (and the plugin API is not yet stable).
downstream tests passed. wasn't expecting that
grepping the code, it's clear that the Exception class is used downstream. I guess the 'downstream' test case doesn't cover it.
I guess both repos will need to be changed together, and it's a major version bump for core
rebased
We could ignore the N818 error for now, to introduce pep-naming anyway.
Kudos, SonarCloud Quality Gate passed! 
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication