frequenz-floss / frequenz-repo-config-python

Frequenz repository setup tools and common configuration for Python
https://frequenz-floss.github.io/frequenz-repo-config-python/
MIT License
4 stars 7 forks source link

Make `pylint` check for Google style imports #14

Open leandro-lucarella-frequenz opened 1 year ago

leandro-lucarella-frequenz commented 1 year ago

We can use the package pylint-google-style-guide-imports-enforcing to make pylint check the import style, as we want to follow that style but we hardly do because there is no enforcement.

llucax commented 1 year ago

Soft-blocked on:

It would be good to see how this check works and how code that passes this check looks like as part of the conversation.