1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-06 10:24:24 +00:00
scrapy/.pre-commit-config.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
287 B
YAML
Raw Normal View History

2022-12-26 13:51:27 -03:00
repos:
2024-12-09 13:47:47 +04:00
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
2024-12-09 13:47:47 +04:00
hooks:
- id: ruff
2024-12-12 20:12:55 +05:00
args: [ --fix ]
- id: ruff-format
- repo: https://github.com/adamchainz/blacken-docs
2024-12-29 14:29:27 +05:00
rev: 1.19.1
hooks:
- id: blacken-docs
additional_dependencies:
2024-12-29 14:29:27 +05:00
- black==24.10.0