Skip to content

Commit

Permalink
Add black lint check to unittest files
Browse files Browse the repository at this point in the history
  • Loading branch information
aseaday committed Dec 20, 2024
1 parent b1c0f91 commit 4be554e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Test - Code format
run: |
black --check --diff --color pdf2zh/*.py
black --check --diff --color pdf2zh/*.py test/*.py
flake8 --ignore E203,E261,E501,W503,E741
- name: Test - Unit Test
Expand Down

0 comments on commit 4be554e

Please sign in to comment.