File: .pre-commit-config.yaml

package info (click to toggle)
sphinx-favicon 1.0.1-4
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 268 kB
  • sloc: python: 448; makefile: 4
file content (12 lines) | stat: -rw-r--r-- 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
repos:
  - repo: "https://github.com/psf/black"
    rev: 22.3.0
    hooks:
      - id: black
        stages: [commit]
  - repo: https://github.com/charliermarsh/ruff-pre-commit
    rev: "v0.0.217"
    hooks:
      - id: ruff
        stages: [commit]
        args: ["--force-exclude"]