mirror of https://github.com/scrapy/scrapy.git
21 lines
418 B
YAML
21 lines
418 B
YAML
repos:
|
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
rev: v0.8.1
|
|
hooks:
|
|
- id: ruff
|
|
args: [ --fix ]
|
|
- repo: https://github.com/psf/black.git
|
|
rev: 24.4.2
|
|
hooks:
|
|
- id: black
|
|
- repo: https://github.com/pycqa/isort
|
|
rev: 5.13.2
|
|
hooks:
|
|
- id: isort
|
|
- repo: https://github.com/adamchainz/blacken-docs
|
|
rev: 1.18.0
|
|
hooks:
|
|
- id: blacken-docs
|
|
additional_dependencies:
|
|
- black==24.4.2
|