Skip to content

Commit

Permalink
add extend-exclude for black
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel authored Jul 24, 2024
1 parent 3871032 commit 9701607
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 @@ -56,7 +56,7 @@ jobs:
python -m flake8 --extend-exclude "cgi.py" .
- name: run black
run:
black --check --diff .
black --check --diff --extend-exclude "cgi.py" .
- name: run mypy
run:
mypy brother_ql_web/ tests/
Expand Down

0 comments on commit 9701607

Please sign in to comment.