Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Jan 13, 2025
1 parent 391119f commit 4792492
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
- run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: ">=3.11"
cache: poetry
- run: |
pipx install flake8 pylint
pipx install black flake8 pylint
poetry install
- name: Prepare artifacts directory
run: |
Expand Down

0 comments on commit 4792492

Please sign in to comment.