Skip to content

Commit

Permalink
Update linters.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar authored Jan 27, 2025
1 parent ce7f7db commit 30d1608
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
run: echo "Current Git branch is ${GITHUB_REF##*/}"
- name: Install Black
run: pip install black==23.1.0
- name: Run black --check . to check for code formatting.
run: black --check .
- name: Run black . to format code.
run: black .

0 comments on commit 30d1608

Please sign in to comment.