@@ -31,18 +31,18 @@ The expectation is that services that automatically install from lock files will
31
31
search for:
32
32
33
33
1. 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 `
36
36
37
37
E.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
40
40
present.
41
41
42
42
The 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 `
46
46
file would be in the directory that held all the projects being locked.
47
47
48
48
@@ -54,7 +54,7 @@ The format of the file is TOML_.
54
54
55
55
Tools SHOULD write their lock files in a consistent way to minimize noise in
56
56
diff 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
58
58
write down keys in a logical order). As well, tools SHOULD sort arrays in
59
59
consistent order. Usage of inline tables SHOULD also be kept consistent.
60
60
0 commit comments