File: .pre-commit-hooks.yaml

package info (click to toggle)
python-tld 0.13-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,008 kB
  • sloc: python: 12,972; sh: 119; makefile: 19
file content (15 lines) | stat: -rw-r--r-- 361 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- id: detect-secrets
  name: Detect secrets
  description: Detects high entropy strings that are likely to be passwords.
  entry: detect-secrets-hook
  language: python
  # for backward compatibility
  files: .*

- id: doc8
  name: doc8
  description: This hook runs doc8 for linting docs
  entry: doc8
  language: python
  files: \.rst$
  require_serial: true