myanmar-ner-app / .pre-commit-config.yaml
chuuhtetnaing's picture
init project
904a1d9
raw
history blame contribute delete
355 Bytes
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.14.10
hooks:
# Run the linter.
- id: ruff
types_or: [ python, pyi ]
args: [ --config, ruff.toml, --fix ]
# Run the formatter.
- id: ruff-format
types_or: [ python, pyi ]
args: [ --config, ruff.toml ]