File: .pre-commit-config.yaml

package info (click to toggle)
dateparser 1.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 4,140 kB
  • sloc: python: 52,721; makefile: 155; sh: 15
file content (7 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
  rev: v0.9.3
  hooks:
    - id: ruff
      args: [ --fix ]
    - id: ruff-format