File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,11 +219,11 @@ repos:
219
219
220
220
See https://pre-commit.com/ for more...
221
221
222
- ## Opt out of anonymous metrics
222
+ ## Disable anonymous metrics
223
223
224
224
We collect anonymous usage metrics to improve nbmake.
225
225
226
- You can opt out by setting the environment variable NBMAKE_METRICS=0
226
+ You can disable them by setting the environment variable NBMAKE_METRICS=0
227
227
228
228
## Disable Nbmake
229
229
Original file line number Diff line number Diff line change 9
9
def submit_event ():
10
10
"""We collect anonymous usage metrics to improve nbmake.
11
11
12
- You can opt out by setting the environment variable NBMAKE_METRICS=0.
12
+ You can disable them by setting the environment variable NBMAKE_METRICS=0.
13
13
"""
14
14
mixpanel_token = "8440a5d8fa0ec1d43b6bcaf76037fae7"
15
15
url = "https://api-eu.mixpanel.com/track"
You can’t perform that action at this time.
0 commit comments