Skip to content
Snippets Groups Projects
Commit 5b586fb5 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add pre-commit hooks

- black
- flake8

See https://pre-commit.com
parent 504d018b
No related branches found
No related tags found
No related merge requests found
repos:
- repo: https://github.com/ambv/black
rev: stable
hooks:
- id: black
language_version: python3.6
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.3.0
hooks:
- id: flake8
[tool.black]
py36 = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment