pluto/.pre-commit-config.yaml

14 lines
261 B
YAML
Raw Normal View History

2021-12-23 00:30:55 +00:00
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
args:
2022-04-12 21:05:37 +00:00
- --line-length=120
2021-12-23 00:30:55 +00:00
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.9
hooks:
- id: flake8
args:
2022-04-12 21:05:37 +00:00
- "--max-line-length=120"