pinsmart_prototype / .pre-commit-config.yaml
alvinprayuda-pinhome's picture
feat: added UI template
e20bb98
raw
history blame contribute delete
353 Bytes
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.287
hooks:
- id: ruff
language_version: python
args: [--fix, --exit-non-zero-on-fix]
- repo: https://github.com/ambv/black
rev: 23.7.0
hooks:
- id: black
language_version: python
default_language_version:
python: python3.10