File: .pre-commit-config.yaml

package info (click to toggle)
python-cssselect 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 336 kB
  • sloc: python: 2,659; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 143 bytes parent folder | download
1
2
3
4
5
6
7
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
  rev: v0.9.10
  hooks:
    - id: ruff
      args: [ --fix ]
    - id: ruff-format