flake8-rst
flake8-rst copied to clipboard
[ENH] Check literal blocks
trafficstars
- [x] closes #14
- [ ] write documentation
- Splits blocks in
*.rstfiles on occurence of.. highlight:: <language>. - If selected highlight-language is for python, search for literal blocks
Default language set by sphinx's highlight-language option can be set, as well as the languages that should be analysed.
@kataev Do you mind having a deeper look into weather this actually works correct and I didn't miss any corner cases?
@FHaase we can run it again sqlalchemy repo :) and check output. I will try it a little later.