File: .pre-commit-config.yaml

package info (click to toggle)
html-text 0.7.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 296 kB
  • sloc: python: 563; makefile: 6
file content (7 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
  rev: v0.9.5
  hooks:
    - id: ruff
      args: [ --fix ]
    - id: ruff-format