Files
Scrapling/.pre-commit-config.yaml
T
2025-04-13 17:32:00 +02:00

21 lines
471 B
YAML

repos:
- repo: https://github.com/PyCQA/bandit
rev: 1.8.3
hooks:
- id: bandit
args: [-r, -c, .bandit.yml]
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.11.5
hooks:
# Run the linter.
- id: ruff
args: [ --fix ]
# Run the formatter.
- id: ruff-format
- repo: https://github.com/netromdk/vermin
rev: v1.6.0
hooks:
- id: vermin
args: ['-t=3.9-', '--violations', '--eval-annotations', '--no-tips']