https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 2e29caa7c68b499f7d5cb3754a8735e1bf1c7604 authored by Axel Lauer on 27 February 2024, 07:16:41 UTC
Update esacci_snow.py
Tip revision: 2e29caa
.yamllint
---

extends: default

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