File: .pre-commit-hooks.yaml

package info (click to toggle)
python-blacken-docs 1.19.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 264 kB
  • sloc: python: 900; sh: 17; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 204 bytes parent folder | download
1
2
3
4
5
6
-   id: blacken-docs
    name: blacken-docs
    description: Run `black` on python code blocks in documentation files
    entry: blacken-docs
    language: python
    files: '\.(rst|md|markdown|py|tex)$'