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

14 lines
261 B
YAML

3 years ago
repos:
- repo: https://github.com/ambv/black
rev: 22.3.0
3 years ago
hooks:
- id: black
args:
- --line-length=120
3 years ago
- repo: https://gitlab.com/pycqa/flake8
rev: 4.0.1
3 years ago
hooks:
- id: flake8
args:
- "--max-line-length=120"