Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oclyke committed Feb 13, 2024
1 parent a63ee93 commit e11f0d6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,10 @@ jobs:
# check out the repo
- uses: actions/checkout@v3

# setup ci tools
# lint using black
- name: set up ci tools
run: |
python3 -m venv bin/venv
. bin/venv/bin/activate
pip install -r requirements.dev.txt
# lint using pylint
- name: run black
run: |
black . --check

0 comments on commit e11f0d6

Please sign in to comment.