Skip to content

Commit

Permalink
Line-length Workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Holstein committed Aug 9, 2024
1 parent ad43276 commit 4a47d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common-library-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Format check with black
run: black --check --diff --color .
run: black --check --diff --color --line-length 120 .



Expand Down

0 comments on commit 4a47d10

Please sign in to comment.