Spiegel von
https://github.com/Qoyyuum/Forex-MT5-Bot.git
synchronisiert 2026-02-22 23:53:15 +00:00
17 Zeilen
435 B
YAML
17 Zeilen
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]
|