Skip to content
Snippets Groups Projects
Commit 284e05f8 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[pre-commit] Add pre-commit configuration

parent fbc3f9b8
No related branches found
No related tags found
No related merge requests found
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
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: v2.0.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
exclude: meta.yaml
- id: check-added-large-files
- id: flake8
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