mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-22 08:43:54 +08:00
pre-commit: validate poetry lock (#28313)
* Add CI step to validate lock file * Fix run script * Build docker image before running the check * Fix * Use setup instead of docker build * Add pre-commit check * Update hooks * Add files to lock validation hook * Add pyproject.toml and poetry.lock to release files * Cleanup old-commit-hash: 23de5f1bace7bae9bb89fc426df9f162ef598667
This commit is contained in:
@@ -83,3 +83,7 @@ repos:
|
||||
rev: '1.5.0'
|
||||
hooks:
|
||||
- id: poetry-check
|
||||
- id: poetry-lock
|
||||
name: validate poetry lock
|
||||
args:
|
||||
- --check
|
||||
|
||||
Reference in New Issue
Block a user