File: .pre-commit-hooks.yaml

package info (click to toggle)
autopep8 2.3.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,724 kB
  • sloc: python: 13,379; makefile: 133; sh: 12
file content (7 lines) | stat: -rw-r--r-- 212 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
-   id: autopep8
    name: autopep8
    description: A tool that automatically formats Python code to conform to the PEP 8 style guide.
    entry: autopep8
    language: python
    types: [python]
    args: [-i]