You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`automatically-install-hooks`|`SYNC_PRE_COMMIT_LOCK_INSTALL`|`bool` as string (`true`, `1`...) |
101
101
|`disable-sync-from-lock`|`SYNC_PRE_COMMIT_LOCK_DISABLED`|`bool` as string (`true`, `1`...) |
102
102
|`ignore`|`SYNC_PRE_COMMIT_LOCK_IGNORE`| comma-separated list |
@@ -184,7 +184,7 @@ Feel free to open an issue or a PR if you have any idea, or if you want to help!
184
184
185
185
### Features or fixes
186
186
187
-
-[X] Support hooks URL aliases for the same Python package
187
+
-[x] Support hooks URL aliases for the same Python package
188
188
-[ ] Support user configuration of aliases
189
189
-[ ] Support `pdm config` and clear configuration precedence
190
190
-[ ] Create a more verbose command
@@ -199,7 +199,6 @@ Feel free to open an issue or a PR if you have any idea, or if you want to help!
199
199
-[ ] Warning if pre-commit CI auto update is also set?
200
200
-[x] Support automatic repository URL update (from legacy aliased repositories)
201
201
202
-
203
202
## Inspiration
204
203
205
204
This project is inspired by @floatingpurr's [sync_with_pdm](https://github.com/floatingpurr/sync_with_pdm/) and [sync_with_poetry](https://github.com/floatingpurr/sync_with_poetry/).
0 commit comments