Skip to content

Instantly share code, notes, and snippets.

@gonzalodiaz
Created June 6, 2020 09:25
Show Gist options
  • Save gonzalodiaz/b9f000088044952e07308659d972a65e to your computer and use it in GitHub Desktop.
Save gonzalodiaz/b9f000088044952e07308659d972a65e to your computer and use it in GitHub Desktop.
PreCommitConfigFinalYaml
repos:
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.8
- repo: https://gitlab.com/pycqa/flake8
rev: 3.8.2
hooks:
- id: flake8
- repo: https://github.com/PyCQA/pydocstyle
rev: 4.0.1
hooks:
- id: pydocstyle
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.770
hooks:
- id: mypy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment