Aplicoop desde el repo de kidekoop

This commit is contained in:
snt 2026-02-11 15:32:11 +01:00
parent 69917d1ec2
commit 7cff89e418
93 changed files with 313992 additions and 0 deletions

View file

@ -0,0 +1,29 @@
version: '2'
checks:
similar-code:
enabled: true
config:
threshold: 3
duplicate-code:
enabled: true
config:
threshold: 3
exclude-patterns:
- tests/
- migrations/
python-targets:
- 3.10
- 3.11
- 3.12
plugins:
pylint:
enabled: true
config:
load-plugins:
- pylint_odoo
pydocstyle:
enabled: false