Skip to content

Commit

Permalink
ci: use black/isort dep from setup.py
Browse files Browse the repository at this point in the history
closes #535
  • Loading branch information
williballenthin authored and Ana06 committed Apr 29, 2021
1 parent 8f58ccc commit ce83709
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
python-version: 3.8
- name: Install dependencies
run: pip install 'isort==5.*' black
run: pip install -e .[dev]
- name: Lint with isort
run: isort --profile black --length-sort --line-width 120 -c .
- name: Lint with black
Expand All @@ -34,7 +34,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8
# We don't need vivisect, so we can install capa using Python3
- name: Install capa
run: pip install -e .
- name: Run rule linter
Expand Down

0 comments on commit ce83709

Please sign in to comment.