You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monero-python/.pre-commit-config.yaml

19 lines
381 B

exclude:
^(build/|dist/|docs/|htmlcov/|venv/)
repos:
- repo: https://github.com/psf/black
rev: 22.3.0
hooks:
- id: black
language_version: python3
#- repo: https://github.com/pycqa/isort
# rev: 5.10.1
# hooks:
# - id: isort
# name: isort (python)
#- repo: https://gitlab.com/PyCQA/flake8
# rev: 4.0.1
# hooks:
# - id: flake8
# args: [--max-line-length=127]