We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2146e29 commit 85da6faCopy full SHA for 85da6fa
Makefile
@@ -22,7 +22,7 @@ help:
22
23
## Check code style
24
style:
25
- poetry run black polygon tests
+ poetry run black $(if $(CI),--check,) polygon tests
26
27
## Check static types
28
static:
0 commit comments