Merge pull request #1337 from ConsenSys/feature/pre-commit

Add pre commit to repo
pull/1338/head
JoranHonig 5 years ago committed by GitHub
commit 0589cdbc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .pre-commit-config.yaml
  2. 1
      requirements.txt

@ -0,0 +1,7 @@
# See https://pre-commit.com for more information
# See https://pre-commit.com/hooks.html for more hooks
repos:
- repo: https://github.com/psf/black
rev: 19.3b0
hooks:
- id: black

@ -31,3 +31,4 @@ z3-solver>=4.8.5.0
pysha3
matplotlib
pythx
pre-commit

Loading…
Cancel
Save