Skip to content

Commit

Permalink
fix black parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel committed Aug 13, 2023
1 parent f250bdd commit 1241f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python -m flake8 .
- name: run black
run:
black --check --diff
black --check --diff .
- name: run mypy
run:
mypy brother_ql_web/ tests/

0 comments on commit 1241f23

Please sign in to comment.