Skip to content

Commit 85da6fa

Browse files
run --check in CI
1 parent 2146e29 commit 85da6fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ help:
2222

2323
## Check code style
2424
style:
25-
poetry run black polygon tests
25+
poetry run black $(if $(CI),--check,) polygon tests
2626

2727
## Check static types
2828
static:

0 commit comments

Comments
 (0)