-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADD] pre-commit #83
base: 18.0
Are you sure you want to change the base?
[ADD] pre-commit #83
Conversation
…-classes-inherited
@@ -9,6 +9,9 @@ | |||
|
|||
_logger = logging.getLogger(__name__) | |||
|
|||
# TODO: unir AccountJournalWs con AccountJournal ya que ambos heredan account.journal | |||
# pylint: disable=R8180 | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hice este skip porque las clases fueron creadas con el fin de simplificar la lectura del código, por lo que la decisión de unir ambas en una se requiere un análisis más en detalle
@@ -9,6 +9,8 @@ | |||
|
|||
_logger = logging.getLogger(__name__) | |||
|
|||
# TODO: unir AccountMoveWs con AccountMove ya que ambos heredan account.move | |||
# pylint: disable=R8180 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
mismo caso que en account journal
No description provided.