Skip to content

Commit

Permalink
chore: Add pre commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
dorukozturk committed Dec 10, 2022
1 parent 45c1410 commit b6daaf8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
repos:
- repo: https://github.com/psf/black
rev: stable
hooks:
- id: black
language_version: python3.10
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: flake8
- hooks:
- id: commitizen
repo: https://github.com/commitizen-tools/commitizen
Expand Down

0 comments on commit b6daaf8

Please sign in to comment.