@@ -31,18 +31,18 @@ The expectation is that services that automatically install from lock files will
3131search for:
3232
33331. The lock file with the service's name and doing the default install
34- 2. A multi-use `` pylock.toml ` ` with a dependency group with the name of the service
35- 3. The default install of `` pylock.toml ` `
34+ 2. A multi-use :file: ` pylock.toml ` with a dependency group with the name of the service
35+ 3. The default install of :file: ` pylock.toml `
3636
3737E.g. a cloud host service named "spam" would first look for
38- `` pylock.spam.toml ` ` to install from, and if that file didn't exist then install
39- from `` pylock.toml ` ` and look for a dependency group named "spam" to use if
38+ :file: ` pylock.spam.toml ` to install from, and if that file didn't exist then install
39+ from :file: ` pylock.toml ` and look for a dependency group named "spam" to use if
4040present.
4141
4242The lock file(s) SHOULD be located in the directory as appropriate for the scope
43- of the lock file. Locking against a single `` pyproject.toml ` `, for instance,
44- would place the `` pylock.toml ` ` in the same directory. If the lock file covered
45- multiple projects in a monorepo, then the expectation is the `` pylock.toml ` `
43+ of the lock file. Locking against a single :file: ` pyproject.toml `, for instance,
44+ would place the :file: ` pylock.toml ` in the same directory. If the lock file covered
45+ multiple projects in a monorepo, then the expectation is the :file: ` pylock.toml `
4646file would be in the directory that held all the projects being locked.
4747
4848
@@ -54,7 +54,7 @@ The format of the file is TOML_.
5454
5555Tools SHOULD write their lock files in a consistent way to minimize noise in
5656diff output. Keys in tables -- including the top-level table -- SHOULD be
57- recorded in a consistent order (if inspiration is desired, this PEP has tried to
57+ recorded in a consistent order (if inspiration is desired, this specification has tried to
5858write down keys in a logical order). As well, tools SHOULD sort arrays in
5959consistent order. Usage of inline tables SHOULD also be kept consistent.
6060
0 commit comments