https://github.com/ESMValGroup/ESMValTool
Revision 4438d8c34a2156e70dd2e51e1bb66df29ec8a8ac authored by Stef Smeets on 24 February 2021, 10:05:41 UTC, committed by GitHub on 24 February 2021, 10:05:41 UTC
1 parent 83994b0
Raw File
Tip revision: 4438d8c34a2156e70dd2e51e1bb66df29ec8a8ac authored by Stef Smeets on 24 February 2021, 10:05:41 UTC
Pin pre-commit hooks as recommended by its developers (#2053)
Tip revision: 4438d8c
.yamllint
---

extends: default

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