Skip to content

Commit

Permalink
enable black lint in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantgoel committed Nov 3, 2019
1 parent 3b20d5c commit 759d600
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- name: Install dependencies
run: |
poetry install
- name: Lint with black
if: matrix.python-version != '3.5'
run: |
make lint-black
- name: Lint with flake8
run: |
make lint-flake8
Expand Down

0 comments on commit 759d600

Please sign in to comment.