File: .pre-commit-config.yaml

package info (click to toggle)
plotpy 2.8.4-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,424 kB
  • sloc: python: 38,028; cpp: 2,005; sh: 32; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
  # Ruff version.
  rev: v0.12.2
  hooks:
    # Run the linter.
    - id: ruff-check
      args: [ --fix ]
    # Run the formatter.
    - id: ruff-format