ForestAdmin/django-forest

View on GitHub
.pre-commit-config.yaml

Summary

Maintainability
Test Coverage
repos:
 -  repo: https://gitlab.com/pycqa/flake8
    rev: 4.0.1
    hooks:
    - id: flake8
 -  repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
    rev: v7.0.1
    hooks:
    - id: commitlint
      stages: [commit-msg]