https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 3c6485da7d596cbe7299b00e2080f3874f1a76ed authored by Manuel Schlund on 10 September 2021, 18:51:38 UTC
Updated BSVertOzone version
Tip revision: 3c6485d
.yamllint
---

extends: default

rules:
  line-length:
    max: 120
  octal-values: enable
back to top