Skip to content

Commit

Permalink
chore: prevent poetry lock from updating packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepehr-Sobhani committed Sep 19, 2023
1 parent bf2eaa3 commit ba3d297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
- id: poetry-check
args: ["-C", "./bc_obps"]
- id: poetry-lock
args: ["-C", "./bc_obps"]
args: ["-C", "./bc_obps", "--check"] # --check to ensure lock file is up to date without updating it

- repo: https://github.com/PyCQA/bandit
rev: "1.7.5"
Expand Down

0 comments on commit ba3d297

Please sign in to comment.