File: .pre-commit-hooks.yaml

package info (click to toggle)
python-docformatter 1.7.5-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,080 kB
  • sloc: python: 6,053; makefile: 28; sh: 7
file content (14 lines) | stat: -rw-r--r-- 399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
-   id: docformatter
    name: docformatter
    description: 'Formats docstrings to follow PEP 257.'
    entry: docformatter
    args: [-i]
    language: python
    types: [python]
-   id: docformatter-venv
    name: docformatter-venv
    description: 'Formats docstrings to follow PEP 257. Uses python3 -m venv.'
    entry: docformatter
    args: [-i]
    language: python_venv
    types: [python]