File: .pre-commit-config.yaml

package info (click to toggle)
esda 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 155,444 kB
  • sloc: python: 7,981; makefile: 40
file content (11 lines) | stat: -rw-r--r-- 207 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
files: "esda\/"
repos:
  - repo: https://github.com/astral-sh/ruff-pre-commit
    rev: "v0.5.3"
    hooks:
      - id: ruff
      - id: ruff-format

ci:
  autofix_prs: false
  autoupdate_schedule: quarterly