From 1dab5302cf7b23434740d3c9654a94cd26b4b3a1 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Fri, 22 Sep 2023 15:48:36 -0400 Subject: [PATCH] Add pdm config to use "compatible" save strategy --- pdm.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 pdm.toml diff --git a/pdm.toml b/pdm.toml new file mode 100644 index 0000000..5643f26 --- /dev/null +++ b/pdm.toml @@ -0,0 +1,2 @@ +[strategy] +save = "compatible"