File: .pre-commit-hooks.yaml

package info (click to toggle)
autoimport 1.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,800 kB
  • sloc: python: 975; makefile: 182
file content (9 lines) | stat: -rw-r--r-- 209 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
- id: autoimport
  name: autoimport
  entry: autoimport
  require_serial: true
  language: python
  language_version: python3
  types_or: [cython, pyi, python]
  args: []
  minimum_pre_commit_version: '2.9.0'