https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 62bbbe7fe1aee538ffcde910ab48d17cf82c29f9 authored by morobking on 29 March 2023, 11:29:23 UTC
trying no coord_fix
Tip revision: 62bbbe7
.yamllint
---

extends: default

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