File: .pre-commit-config.yaml

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