Skip to content

Commit

Permalink
fancy mode
Browse files Browse the repository at this point in the history
  • Loading branch information
bloombar committed Nov 15, 2023
1 parent 48fdd74 commit 2f023dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pipenv
pipenv --python $(which python)
pipenv shell
pipenv shell --fancy --python $(which python)
- name: Lint with pylint
run: |
pylint **/*.py
Expand Down

0 comments on commit 2f023dd

Please sign in to comment.