Skip to content

Commit

Permalink
change black action
Browse files Browse the repository at this point in the history
  • Loading branch information
mevljas authored Oct 12, 2024
1 parent 25e9c4b commit 354079b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
run: |
poetry run pylint $(git ls-files '*.py')
- name: Check files using the black formatter
uses: rickstaa/action-black@v1
uses: psf/black@stable
id: action_black
with:
black_args: ". --check"
options: "--check"
use_pyproject: true

0 comments on commit 354079b

Please sign in to comment.