Navegador
| 5e4b8e4… | anonymous | 1 | repos: |
| 5e4b8e4… | anonymous | 2 | - repo: https://github.com/astral-sh/ruff-pre-commit |
| 5e4b8e4… | anonymous | 3 | rev: v0.9.7 |
| 5e4b8e4… | anonymous | 4 | hooks: |
| 5e4b8e4… | anonymous | 5 | - id: ruff |
| 5e4b8e4… | anonymous | 6 | args: [--fix] |
| 5e4b8e4… | anonymous | 7 | - id: ruff-format |
| 5e4b8e4… | anonymous | 8 | - repo: https://github.com/pre-commit/pre-commit-hooks |
| 5e4b8e4… | anonymous | 9 | rev: v5.0.0 |
| 5e4b8e4… | anonymous | 10 | hooks: |
| 5e4b8e4… | anonymous | 11 | - id: trailing-whitespace |
| 5e4b8e4… | anonymous | 12 | - id: end-of-file-fixer |
| 5e4b8e4… | anonymous | 13 | - id: check-yaml |
| 5e4b8e4… | anonymous | 14 | args: [--unsafe] |
| 5e4b8e4… | anonymous | 15 | - id: check-added-large-files |
| 5e4b8e4… | anonymous | 16 | args: [--maxkb=500] |
| 5e4b8e4… | anonymous | 17 | - id: check-merge-conflict |
| 5e4b8e4… | anonymous | 18 | - id: detect-private-key |