Forex-MT5-Bot/.pre-commit-config.yaml
2021-09-24 21:05:12 +08:00

17 lines
435 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.4.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/psf/black
rev: 20.8b1
hooks:
- id: black
args: [--config=pyproject.toml]
- repo: https://github.com/pycqa/isort
rev: 5.5.4
hooks:
- id: isort
files: "\\.(py)$"
args: [--settings-path=pyproject.toml]