[pre-commit.ci] pre-commit autoupdate #375
Annotations
24 errors and 4 warnings
test (3.10):
tests/coaster_tests/utils_markdown_test.py#L256
test_sample_markdown
assert Markup('<p>Th...y>\n</table>') == '<p>This is a...dy>\n</table>'
Skipping 1539 identical leading characters in diff, use -v to show
- def</span> <span class="nf">foo</span><span class="p">():</span>
? -
+ def</span><span class="w"> </span><span class="nf">foo</span><span class="p">():</span>
? ++++++++++++++++++++++++
</span> <span class="k">return</span> <span class="s1">&#39;https://www.example.com/&#39;</span>
</code></pre></div>
<table>
<thead>
<tr>
<th>Item</th>
<th align="right">Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Computer</td>
<td align="right">$1600</td>
</tr>
<tr>
<td>Phone</td>
<td align="right">$12</td>
</tr>
<tr>
<td>Pipe</td>
<td align="right">$1</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Function name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>help()</code></td>
<td>Display the help window.</td>
</tr>
<tr>
<td><code>destroy()</code></td>
<td><strong>Destroy your computer!</strong></td>
</tr>
</tbody>
</table>
|
test (3.10)
Process completed with exit code 1.
|
test (3.9):
tests/coaster_tests/utils_markdown_test.py#L256
test_sample_markdown
assert Markup('<p>Th...y>\n</table>') == '<p>This is a...dy>\n</table>'
Skipping 1539 identical leading characters in diff, use -v to show
- def</span> <span class="nf">foo</span><span class="p">():</span>
? -
+ def</span><span class="w"> </span><span class="nf">foo</span><span class="p">():</span>
? ++++++++++++++++++++++++
</span> <span class="k">return</span> <span class="s1">&#39;https://www.example.com/&#39;</span>
</code></pre></div>
<table>
<thead>
<tr>
<th>Item</th>
<th align="right">Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Computer</td>
<td align="right">$1600</td>
</tr>
<tr>
<td>Phone</td>
<td align="right">$12</td>
</tr>
<tr>
<td>Pipe</td>
<td align="right">$1</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Function name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>help()</code></td>
<td>Display the help window.</td>
</tr>
<tr>
<td><code>destroy()</code></td>
<td><strong>Destroy your computer!</strong></td>
</tr>
</tbody>
</table>
|
test (3.9)
Process completed with exit code 1.
|
test (3.11):
tests/coaster_tests/utils_markdown_test.py#L256
test_sample_markdown
assert Markup('<p>Th...y>\n</table>') == '<p>This is a...dy>\n</table>'
Skipping 1539 identical leading characters in diff, use -v to show
- def</span> <span class="nf">foo</span><span class="p">():</span>
? -
+ def</span><span class="w"> </span><span class="nf">foo</span><span class="p">():</span>
? ++++++++++++++++++++++++
</span> <span class="k">return</span> <span class="s1">&#39;https://www.example.com/&#39;</span>
</code></pre></div>
<table>
<thead>
<tr>
<th>Item</th>
<th align="right">Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Computer</td>
<td align="right">$1600</td>
</tr>
<tr>
<td>Phone</td>
<td align="right">$12</td>
</tr>
<tr>
<td>Pipe</td>
<td align="right">$1</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Function name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>help()</code></td>
<td>Display the help window.</td>
</tr>
<tr>
<td><code>destroy()</code></td>
<td><strong>Destroy your computer!</strong></td>
</tr>
</tbody>
</table>
|
test (3.11):
tests/coaster_tests/views_endpointfor_test.py#L59
test_localhost_index[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.11):
tests/coaster_tests/views_endpointfor_test.py#L59
test_localhost_index[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.11):
tests/coaster_tests/views_endpointfor_test.py#L64
test_localhost_slashed[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.11):
tests/coaster_tests/views_endpointfor_test.py#L64
test_localhost_slashed[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.11):
tests/coaster_tests/views_endpointfor_test.py#L69
test_localhost_unslashed[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.11):
tests/coaster_tests/views_endpointfor_test.py#L69
test_localhost_unslashed[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.11):
tests/coaster_tests/views_endpointfor_test.py#L74
test_localhost_unslashed_noredirect[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.11):
tests/coaster_tests/views_endpointfor_test.py#L74
test_localhost_unslashed_noredirect[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.11):
tests/coaster_tests/views_endpointfor_test.py#L82
test_localhost_sub[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.12):
tests/coaster_tests/utils_markdown_test.py#L256
test_sample_markdown
assert Markup('<p>Th...y>\n</table>') == '<p>This is a...dy>\n</table>'
Skipping 1539 identical leading characters in diff, use -v to show
- def</span> <span class="nf">foo</span><span class="p">():</span>
? -
+ def</span><span class="w"> </span><span class="nf">foo</span><span class="p">():</span>
? ++++++++++++++++++++++++
</span> <span class="k">return</span> <span class="s1">&#39;https://www.example.com/&#39;</span>
</code></pre></div>
<table>
<thead>
<tr>
<th>Item</th>
<th align="right">Value</th>
</tr>
</thead>
<tbody>
<tr>
<td>Computer</td>
<td align="right">$1600</td>
</tr>
<tr>
<td>Phone</td>
<td align="right">$12</td>
</tr>
<tr>
<td>Pipe</td>
<td align="right">$1</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
<th>Function name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><code>help()</code></td>
<td>Display the help window.</td>
</tr>
<tr>
<td><code>destroy()</code></td>
<td><strong>Destroy your computer!</strong></td>
</tr>
</tbody>
</table>
|
test (3.12):
tests/coaster_tests/views_endpointfor_test.py#L59
test_localhost_index[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.12):
tests/coaster_tests/views_endpointfor_test.py#L59
test_localhost_index[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.12):
tests/coaster_tests/views_endpointfor_test.py#L64
test_localhost_slashed[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.12):
tests/coaster_tests/views_endpointfor_test.py#L64
test_localhost_slashed[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.12):
tests/coaster_tests/views_endpointfor_test.py#L69
test_localhost_unslashed[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.12):
tests/coaster_tests/views_endpointfor_test.py#L69
test_localhost_unslashed[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.12):
tests/coaster_tests/views_endpointfor_test.py#L74
test_localhost_unslashed_noredirect[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.12):
tests/coaster_tests/views_endpointfor_test.py#L74
test_localhost_unslashed_noredirect[quart]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.12):
tests/coaster_tests/views_endpointfor_test.py#L82
test_localhost_sub[flask]
RuntimeError: Working outside of application context.
This typically means that you attempted to use functionality that needed
the current application. To solve this, set up an application context
with app.app_context(). See the documentation for more information.
|
test (3.10)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (3.9)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (3.11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|