Skip to content

Commit fe02eca

Browse files
committed
ci(bitbucket): fix missed spot to replace lint and format with a nox tag instead
1 parent 20805d4 commit fe02eca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

{{cookiecutter.project_name}}/{% if cookiecutter.repository_provider == 'bitbucket' %}bitbucket-pipelines.yml{% endif %}

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@ pipelines:
3939
- export UV_CACHE_DIR=.uv-cache
4040
- export UV_LINK_MODE=copy
4141
- uv --version
42-
- uvx nox -s format-python
43-
- uvx nox -s lint-python
44-
- uvx nox -s typecheck
42+
- uvx nox -t quality
4543
- uv cache prune --ci
4644
after-script:
4745
- echo "Python quality checks completed"

0 commit comments

Comments
 (0)