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: 22.3.0
2021-12-23 00:30:55 +00:00
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: 4.0.1
2021-12-23 00:30:55 +00:00
hooks:
- id: flake8
args:
2022-04-12 21:05:37 +00:00
- "--max-line-length=120"