Skip to content

Commit

Permalink
add pre_commit_config
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Jun 5, 2023
1 parent 1262e4c commit ae02cfa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.3.0
hooks:
- id: black
files: ^src/

0 comments on commit ae02cfa

Please sign in to comment.