Skip to content

Commit

Permalink
ci: change extra dev flag
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Jan 21, 2025
1 parent 4c40227 commit b9367d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Check poetry dependenciess
run: poetry check
- name: Install dependencies
run: poetry install --with=dev --no-interaction
run: poetry install --extras dev --no-interaction
- name: Run black
run: poetry run black --check --diff $(git ls-files "*.py")
- name: Run pre-commit checks
Expand Down

0 comments on commit b9367d7

Please sign in to comment.