Skip to content

Commit c7f450c

Browse files
pre-commit-ci[bot]jpmckinney
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fde8a11 commit c7f450c

13 files changed

+30
-12
lines changed

component_setup_charts.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,4 +314,4 @@
314314
"outputs": []
315315
}
316316
]
317-
}
317+
}

component_setup_kingfisher.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@
211211
]
212212
}
213213
]
214-
}
214+
}

template_basic_criteria_checks.ipynb

+4-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"! pip install altair pyarrow==11.0.0 >> pip.log"
123+
"! pip install altair pyarrow==14.0.0 >> pip.log"
124124
]
125125
},
126126
{
@@ -1752,6 +1752,9 @@
17521752
"# Don't show connection string after execute.\n",
17531753
"%config SqlMagic.displaycon = False\n",
17541754
"\n",
1755+
"# Set SqlMagic/prettytable style\n",
1756+
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
1757+
"\n",
17551758
"connection_string = (\n",
17561759
" \"postgresql://\"\n",
17571760
" + user\n",

template_data_quality_feedback.ipynb

+4-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"! pip install altair pyarrow==11.0.0 >> pip.log"
123+
"! pip install altair pyarrow==14.0.0 >> pip.log"
124124
]
125125
},
126126
{
@@ -461,6 +461,9 @@
461461
"# Don't show connection string after execute.\n",
462462
"%config SqlMagic.displaycon = False\n",
463463
"\n",
464+
"# Set SqlMagic/prettytable style\n",
465+
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
466+
"\n",
464467
"connection_string = (\n",
465468
" \"postgresql://\"\n",
466469
" + user\n",

template_meta_analysis.ipynb

+3
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@
160160
"# Don't show connection string after execute.\n",
161161
"%config SqlMagic.displaycon = False\n",
162162
"\n",
163+
"# Set SqlMagic/prettytable style\n",
164+
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
165+
"\n",
163166
"connection_string = (\n",
164167
" \"postgresql://\"\n",
165168
" + user\n",

template_publisher_analysis.ipynb

+4-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"! pip install altair pyarrow==11.0.0 >> pip.log"
123+
"! pip install altair pyarrow==14.0.0 >> pip.log"
124124
]
125125
},
126126
{
@@ -461,6 +461,9 @@
461461
"# Don't show connection string after execute.\n",
462462
"%config SqlMagic.displaycon = False\n",
463463
"\n",
464+
"# Set SqlMagic/prettytable style\n",
465+
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
466+
"\n",
464467
"connection_string = (\n",
465468
" \"postgresql://\"\n",
466469
" + user\n",

template_red_flags_checks.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"! pip install altair pyarrow==11.0.0 >> pip.log"
123+
"! pip install altair pyarrow==14.0.0 >> pip.log"
124124
]
125125
},
126126
{

template_red_flags_checks_fieldlist.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"! pip install altair pyarrow==11.0.0 >> pip.log"
123+
"! pip install altair pyarrow==14.0.0 >> pip.log"
124124
]
125125
},
126126
{

template_red_flags_checks_registry.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"! pip install altair pyarrow==11.0.0 >> pip.log"
123+
"! pip install altair pyarrow==14.0.0 >> pip.log"
124124
]
125125
},
126126
{

template_structure_and_format_feedback.ipynb

+4-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"! pip install altair pyarrow==11.0.0 >> pip.log"
123+
"! pip install altair pyarrow==14.0.0 >> pip.log"
124124
]
125125
},
126126
{
@@ -461,6 +461,9 @@
461461
"# Don't show connection string after execute.\n",
462462
"%config SqlMagic.displaycon = False\n",
463463
"\n",
464+
"# Set SqlMagic/prettytable style\n",
465+
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
466+
"\n",
464467
"connection_string = (\n",
465468
" \"postgresql://\"\n",
466469
" + user\n",

template_usability_checks.ipynb

+4-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"! pip install altair pyarrow==11.0.0 >> pip.log"
123+
"! pip install altair pyarrow==14.0.0 >> pip.log"
124124
]
125125
},
126126
{
@@ -461,6 +461,9 @@
461461
"# Don't show connection string after execute.\n",
462462
"%config SqlMagic.displaycon = False\n",
463463
"\n",
464+
"# Set SqlMagic/prettytable style\n",
465+
"%config SqlMagic.style = '_DEPRECATED_DEFAULT'\n",
466+
"\n",
464467
"connection_string = (\n",
465468
" \"postgresql://\"\n",
466469
" + user\n",

template_usability_checks_fieldlist.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"! pip install altair pyarrow==11.0.0 >> pip.log"
123+
"! pip install altair pyarrow==14.0.0 >> pip.log"
124124
]
125125
},
126126
{

template_usability_checks_registry.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
},
121121
"outputs": [],
122122
"source": [
123-
"! pip install altair pyarrow==11.0.0 >> pip.log"
123+
"! pip install altair pyarrow==14.0.0 >> pip.log"
124124
]
125125
},
126126
{

0 commit comments

Comments
 (0)