Add black hook to CircleCI config

pull/617/head
Dominik Muhs 6 years ago
parent f5997702a7
commit c814c685d9
  1. 6
      .circleci/config.yml

@ -33,6 +33,12 @@ jobs:
- .tox/py*
- /root/.cache/pip/wheels/
- run:
name: Black style check
command: |
pip3 install --user black
python3 -m black --check /home/mythril/
- run:
background: true
name: Launch of background geth instance

Loading…
Cancel
Save