File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,16 @@ Import hooks can provide an editable installation that is a more accurate repres
50
50
- [ compat mode] ( https://setuptools.pypa.io/en/latest/userguide/development_mode.html#legacy-behavior )
51
51
- [ strict mode] ( https://setuptools.pypa.io/en/latest/userguide/development_mode.html#strict-editable-installs )
52
52
53
+
54
+ #### uv
55
+ [ uv] ( https://docs.astral.sh/uv/reference/settings/#config-settings ) can be
56
+ configured to avoid import hooks with
57
+
58
+ ``` toml
59
+ [tool .uv ]
60
+ config-settings = { editable_mode = " compat" }
61
+ ```
62
+
53
63
#### Hatch / Hatchling
54
64
[ Hatchling] ( https://hatch.pypa.io/latest/config/build/#dev-mode ) uses path-based ` .pth ` files by
55
65
default. It will only use import hooks if you set ` dev-mode-exact ` to ` true ` .
You can’t perform that action at this time.
0 commit comments