[I18N] website_sale_aplicoop: Limpieza de traducciones y etiquetas UI en inglés por defecto
This commit is contained in:
parent
c2f9f347b7
commit
9937e987f4
12 changed files with 215 additions and 290877 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue