[I18N] website_sale_aplicoop: Limpieza de traducciones y etiquetas UI en inglés por defecto

This commit is contained in:
snt 2026-02-26 14:33:44 +01:00
parent c2f9f347b7
commit 9937e987f4
12 changed files with 215 additions and 290877 deletions

View file

@ -116,7 +116,7 @@ repos:
- id: mypy
# do not run on test files or __init__ files (mypy does not support
# namespace packages)
exclude: (/tests/|/__init__\.py$)
exclude: (/tests/|/__init__\.py$|^scripts/)
# Exclude migrations explicitly to avoid duplicate-module errors
args: ["--exclude", "(?i).*/migrations/.*"]
additional_dependencies:
@ -135,10 +135,12 @@ repos:
- --rcfile=.pylintrc
- --exit-zero
verbose: true
exclude: ^scripts/
additional_dependencies: &pylint_deps
- pylint-odoo==10.0.0
- id: pylint
name: pylint with mandatory checks
args:
- --rcfile=.pylintrc-mandatory
exclude: ^scripts/
additional_dependencies: *pylint_deps