Revision b7a2eaafaec13abfae2e3e880e5d647dfab404a5 authored by irenecionni on 01 April 2021, 07:11:35 UTC, committed by GitHub on 01 April 2021, 07:11:35 UTC
correction of an error in the PV calculation function
1 parent f825f9b
Raw File
.codacy.yml
# codacy configuration file

---

engines:
    coverage:
        enabled: true
        exclude_paths: [
            'tests',
        ]
    metrics:
        enabled: true
    duplication:
        enabled: true
    prospector:
        enabled: true
    pylint:
        enabled: true
        python_version: 3

exclude_paths: [
    'doc/sphinx/**',
    'esmvaltool/cmor/tables/**',
    'tests/**'
]
back to top