Skip to content
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

[15.0][IMP] Update pre commit #3875

Open
wants to merge 1 commit into
base: 15.0
Choose a base branch
from

Conversation

EmilioPascual
Copy link
Contributor

Plantilla actualizada para que entre OCA/oca-addons-repo-template#243 y solventar error en flake8 con python3.10+

@OCA-git-bot
Copy link
Contributor

Hi @pedrobaeza,
some modules you are maintaining are being modified, check this out!

@EmilioPascual EmilioPascual force-pushed the 15.0-update_pre-commit branch from 4324fde to 12fd19d Compare January 3, 2025 10:25
@pedrobaeza

This comment was marked as resolved.

@@ -285,7 +285,7 @@ def seur_atlas_cancel_shipment(self, pickings):

def seur_atlas_get_tracking_link(self, picking):
return (
f"https://www.seur.com/livetracking/"
f"https://www.seur.com/livetracking/" # NOQA E231
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Por qué esos comentarios NOQA? No deberían hacer falta.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Con python3.12+ y la versión de flake8 actual en el repositorio no está solucionado. PyCQA/flake8#1845

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Entonces es un problema exclusivo de Python 3.12?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No puedes actualizar a pycodestyle 2.11.0?

@pedrobaeza pedrobaeza added this to the 15.0 milestone Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants