File: .pre-commit-config.yaml

package info (click to toggle)
python-importlib-metadata 8.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 448 kB
  • sloc: python: 2,021; sh: 7; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 151 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
  rev: v0.12.0
  hooks:
  - id: ruff
    args: [--fix, --unsafe-fixes]
  - id: ruff-format