https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 70f978e13279cea1494a58fd7c5e78377f75c666 authored by Valeriu Predoi on 16 September 2022, 11:28:37 UTC
Pin `netcdf4 != 1.6.1` since that is spitting large numbers of SegFaults (#2796)
Tip revision: 70f978e
.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