mirror of
https://github.com/browser-use/browser-use
synced 2026-04-22 17:45:09 +02:00
26 lines
717 B
YAML
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
|