Skip to content

Commit

Permalink
add isort, blackg
Browse files Browse the repository at this point in the history
  • Loading branch information
horta committed Jun 5, 2020
1 parent 3bd11a3 commit 9a6932c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-doctestplus
pip install flake8 pytest pytest-doctestplus black isort
- name: Lint with flake8
run: |
flake8 glimix_core
Expand Down

0 comments on commit 9a6932c

Please sign in to comment.