Skip to content

Commit 737dc87

Browse files
committed
Put Python interpreter first in list; remove blank lines between items
https://claude.ai/code/session_012tsGWEbvFr15ND2PGXAyvf
1 parent b1d4dab commit 737dc87

5 files changed

Lines changed: 5 additions & 15 deletions

File tree

crates/ty/docs/cli.md

Lines changed: 1 addition & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ty/docs/configuration.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ty/src/args.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,8 @@ pub(crate) struct CheckCommand {
7373
///
7474
/// This can be a path to:
7575
///
76-
/// - A virtual environment directory, e.g. `.venv`
77-
///
7876
/// - A Python interpreter, e.g. `.venv/bin/python3`
79-
///
77+
/// - A virtual environment directory, e.g. `.venv`
8078
/// - A system Python [`sys.prefix`] directory, e.g. `/usr`
8179
///
8280
/// If you're using a project management tool such as uv or you have an activated Conda or virtual

crates/ty_project/src/metadata/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,8 +685,8 @@ pub struct EnvironmentOptions {
685685
///
686686
/// This can be a path to:
687687
///
688-
/// - A virtual environment directory, e.g. `.venv`
689688
/// - A Python interpreter, e.g. `.venv/bin/python3`
689+
/// - A virtual environment directory, e.g. `.venv`
690690
/// - A system Python [`sys.prefix`] directory, e.g. `/usr`
691691
///
692692
/// If you're using a project management tool such as uv, you should not generally need to

ty.schema.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)