Skip to content

Commit

Permalink
chore: run blackadder in linting instead of pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
spinoch committed Nov 10, 2020
1 parent 0ec1141 commit f12c1fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,10 @@ jobs:
- name: Install python dependencies
run: pip install -r requirements-dev.txt

- name: Run pre-commmit hooks
run: pre-commit run -a

- name: Run black
run: black --check --include "(tests|scripts)" .

- name: Run blackadder
run: blackdder --check --diff --fast --include '\.vy$' .

# TODO: Add Slither Static Analyzer
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
black==19.10b0
blackadder
eth-brownie>=1.11.10,<2.0.0
pre-commit

0 comments on commit f12c1fd

Please sign in to comment.