pre-commit: use non-deprecated lock file check command (#30003)

Update .pre-commit-config.yaml
old-commit-hash: 37422d0437ed7df22686314240f1138d00e02979
This commit is contained in:
Shane Smiskol
2023-09-21 17:41:44 -07:00
committed by GitHub
parent 6156911322
commit 9f732c45e9

View File

@@ -80,10 +80,9 @@ repos:
rev: '1.6.0'
hooks:
- id: poetry-check
- id: poetry-lock
name: validate poetry lock
args:
- --check
- --lock
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.26.3
hooks: