https://github.com/ESMValGroup/ESMValTool
Revision 4449b868fab3cf79d88996dc368cc1902dc1752d authored by Bouwe Andela on 28 April 2020, 13:12:19 UTC, committed by Bouwe Andela on 28 April 2020, 13:12:19 UTC
1 parent dcb9cc8
Raw File
Tip revision: 4449b868fab3cf79d88996dc368cc1902dc1752d authored by Bouwe Andela on 28 April 2020, 13:12:19 UTC
Sort imports according to PEP8
Tip revision: 4449b86
.stickler.yml
# stickler-ci configuration

---

linters:
    flake8:
    pep8:
    yamllint:
    shellcheck:
files:
    ignore: [
        'doc/sphinx',
        'esmvaltool/doc/sphinx',
        # ignore old stuff, recent versions are in 'esmvaltool' dir
        'backend',
        'diag_scripts',
        'interface_data',
        'interface_scripts',
        'main.py',
        'nml',
        'plot_scripts',
        'reformat_scripts',
        'variable_defs',
    ]
back to top