Skip to content
Snippets Groups Projects
.pre-commit-config.yaml 239 B
Newer Older
---

repos:
  - repo: https://github.com/ambv/black
    rev: 19.3b0
    hooks:
      - id: black
  - repo: https://github.com/pre-commit/pre-commit-hooks
Nicolas KAROLAK's avatar
Nicolas KAROLAK committed
    rev: 45fc394c19e208123b8e9ec3f584c7ae3adef8c4
    hooks:
      - id: flake8

...