blob: b10d6c8679f28edfc5bbc231116d1bab38af27d8 [file] [log] [blame]
Mohammed Naserc3115c22022-08-30 18:52:23 -04001repos:
2 - repo: https://github.com/compilerla/conventional-pre-commit
3 rev: v2.0.0
4 hooks:
5 - id: conventional-pre-commit
Mohammed Naserf3a14a32022-09-19 15:15:39 -04006 stages:
7 - commit-msg
8
9 - repo: https://github.com/psf/black
10 rev: 22.8.0
11 hooks:
12 - id: black
13
14 - repo: https://github.com/pycqa/isort
15 rev: 5.10.1
16 hooks:
17 - id: isort
18
19 - repo: https://github.com/pre-commit/pre-commit-hooks
20 rev: v4.3.0
21 hooks:
22 - id: end-of-file-fixer
23 - id: trailing-whitespace