1
0
Fork 0
mirror of synced 2024-05-19 03:32:34 +12:00
bulk-downloader-for-reddit/.pre-commit-config.yaml

26 lines
563 B
YAML
Raw Normal View History

2022-12-04 17:58:54 +13:00
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
2023-01-02 02:59:34 +13:00
rev: 22.12.0
2022-12-04 17:58:54 +13:00
hooks:
- id: black
- repo: https://github.com/pycqa/isort
2023-01-02 02:59:34 +13:00
rev: 5.11.4
2022-12-04 17:58:54 +13:00
hooks:
- id: isort
name: isort (python)
- repo: https://github.com/pycqa/flake8
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [Flake8-pyproject]
2022-12-04 17:58:54 +13:00
- repo: https://github.com/markdownlint/markdownlint
rev: v0.12.0
hooks:
- id: markdownlint