Closed pshchelo closed 12 months ago
[X] I have checked the issues and think that this is not a duplicate.
[X] I added a very descriptive title to this issue.
Yaml is so pervasive nowadays..
Minimal YAML support in rstcheck would be nice, e.g. the same way as for JSON - just try to yaml.load it and report on errors if any.
yaml.load
Can be done as optional dependency on PyYaml, and running the check only if that is installed, otherwise skipping.
Linux
No response
3.10
master
Released in 1.2.0
To Dos
[X] I have checked the issues and think that this is not a duplicate.
[X] I added a very descriptive title to this issue.
Description
Yaml is so pervasive nowadays..
Minimal YAML support in rstcheck would be nice, e.g. the same way as for JSON - just try to
yaml.load
it and report on errors if any.Can be done as optional dependency on PyYaml, and running the check only if that is installed, otherwise skipping.
Operating System
Linux
Operating System Details
No response
Python Version
3.10
rstcheck Version
master