AWS_Chronos_Bolt / .pre-commit-config.yaml
sebastiansarasti's picture
FEATURE: Adding the first commit of main
bdfa8a5
raw
history blame
245 Bytes
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.15
hooks:
- id: ruff
types_or: [python, pyi, jupyter]
args:
- --fix
- id: ruff-format
types_or: [python, pyi, jupyter]