Skip to content

Commit

Permalink
Update Code-Formatter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tams3d authored Nov 29, 2024
1 parent 16679a3 commit 77d4ec1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Code-Formatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- name: Format code with Black
uses: psf/black@stable
with:
black_args: .
options: "." # Options for Black (e.g., --line-length)
src: "." # The directory to format (entire repo)

- name: Check for changes
id: check_changes
Expand Down

0 comments on commit 77d4ec1

Please sign in to comment.