Files
browser-use/.pre-commit-config.yaml
2025-03-28 18:08:29 -07:00

26 lines
717 B
YAML

repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.2
hooks:
- id: ruff
- id: ruff-format
# see pyproject.toml for more details on ruff config
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: check-toml
- id: check-yaml
- id: check-json
- id: end-of-file-fixer
- id: check-merge-conflict
- id: check-illegal-windows-names
- id: check-case-conflict
- id: check-added-large-files
- id: check-shebang-scripts-are-executable
- id: check-symlinks
- id: destroyed-symlinks
- id: detect-private-key
- id: mixed-line-ending
- id: fix-byte-order-marker