You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: {{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'bitbucket' %}bitbucket-pipelines.yml{% endif %}
+65-6Lines changed: 65 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -222,9 +222,7 @@ pipelines:
222
222
- export UV_CACHE_DIR=.uv-cache
223
223
- export UV_LINK_MODE=copy
224
224
- uv --version
225
-
- uvx nox -s format-python
226
-
- uvx nox -s lint-python
227
-
- uvx nox -s typecheck
225
+
- uvx nox -t quality
228
226
- uv cache prune --ci
229
227
230
228
{% if cookiecutter.add_rust_extension == 'y' -%}
@@ -250,6 +248,69 @@ pipelines:
250
248
- uvx nox -s security-python
251
249
- uv cache prune --ci
252
250
251
+
# Parallel typecheck execution across Python versions
0 commit comments