File: .pre-commit-config.yaml

package info (click to toggle)
sphinx-data-viewer 0.1.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: javascript: 210; python: 206; makefile: 17
file content (7 lines) | stat: -rw-r--r-- 146 bytes parent folder | download
1
2
3
4
5
6
7
repos:
  - repo: https://github.com/astral-sh/ruff-pre-commit
    rev: v0.6.1
    hooks:
    - id: ruff
      args: [--fix]
    - id: ruff-format