Prathamesh1420/Streamlit_camera_live
2
1repos:2- repo: https://github.com/astral-sh/ruff-pre-commit3 rev: v0.8.34 hooks:5 - id: ruff6 args:7 - --fix8 - id: ruff-format9- repo: https://github.com/pre-commit/mirrors-mypy10 rev: v1.13.011 hooks:12 - id: mypy13 args:14 - --ignore-missing-imports15 - --follow-imports=silent16- repo: https://github.com/pre-commit/pre-commit-hooks17 rev: v5.0.0 # Use the ref you want to point at18 hooks:19 - id: trailing-whitespace20 