JobSpy/.pre-commit-config.yaml

8 lines
148 B
YAML
Raw Permalink Normal View History

repos:
- repo: https://github.com/psf/black
rev: 24.2.0
hooks:
- id: black
language_version: python
args: [--line-length=88, --quiet]