diff --git a/.clabot b/.clabot index 3bc1117..353d150 100644 --- a/.clabot +++ b/.clabot @@ -1,4 +1,4 @@ { - "contributors": [ "dabacon", "mjk" ], + "contributors": [ "dabacon", "mjk", "splch" ], "message": "We require contributors to sign our Contributor License Agreement, and we don't have one on file for your GitHub username. In order for us to review and merge your code, please contact @mjk or opensource@ionq.com to sign the CLA." } diff --git a/ci/requirements-dev.txt b/ci/requirements-dev.txt index c682e36..990e846 100644 --- a/ci/requirements-dev.txt +++ b/ci/requirements-dev.txt @@ -1,8 +1,8 @@ pytest pytest-cov -black +black==22.3.0 black[jupyter] pymore mypy==1.2.0 pylint -twine \ No newline at end of file +twine