joplin-mdbooks-website/.pre-commit-config.yaml
Stavros Korokithakis b9394c21bd
Updates
2020-11-20 21:33:25 +02:00

23 lines
501 B
YAML

repos:
- repo: https://github.com/ambv/black
rev: 20.8b1
hooks:
- id: black
- repo: https://github.com/asottile/reorder_python_imports
rev: v2.3.5
hooks:
- id: reorder-python-imports
- repo: https://gitlab.com/pycqa/flake8
rev: '3.8.4'
hooks:
- id: flake8
args: ["--config=setup.cfg"]
language_version: python3
- repo: local
hooks:
- id: migrations-check
language: system
name: Export the notes.
entry: bash -c "./joplinexport.py"
pass_filenames: false