Unverified Commit 71591e7d authored by Saurav Maheshkar's avatar Saurav Maheshkar Committed by GitHub
Browse files

feat: add `.pre-commit-config.yaml` (#118)

File proposal for #117
parent 55acb151
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.3.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-yaml
- id: check-merge-conflict
- id: requirements-txt-fixer
- repo: https://github.com/psf/black
rev: 22.10.0
hooks:
- id: black
language_version: python3.8.12
- repo: https://github.com/pycqa/isort
rev: 5.10.1
hooks:
- id: isort
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment