Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
spinoch committed Nov 2, 2020
1 parent 07bb6ff commit cdee4e9
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,14 @@ jobs:
- name: Install python dependencies
run: pip install -r requirements-dev.txt

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

- name: Install blackadder
run: pip install git+https://github.com/spinoch/blackadder.git

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

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

0 comments on commit cdee4e9

Please sign in to comment.