https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 601d8c658567db9496dfe6465f7538e5dbbcc9d1 authored by Axel Lauer on 31 May 2023, 11:03:33 UTC
fixed some more flake8 issues
Tip revision: 601d8c6
.yamllint
---

extends: default

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