File: .pre-commit-config.yaml

package info (click to toggle)
python-icalendar 6.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,028 kB
  • sloc: python: 13,055; makefile: 173; sh: 59
file content (13 lines) | stat: -rw-r--r-- 344 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v5.0.0
    hooks:
      - id: debug-statements

  - repo: https://github.com/astral-sh/ruff-pre-commit
    rev: v0.11.9
    hooks:
      - id: ruff-check
        args: [--config, "pyproject.toml", --fix]
      - id: ruff-format
        args: [--config, "pyproject.toml"]