Skip to content

Commit 662266a

Browse files
chore: Remove poetry-lock pre-commit check (#1647)
* chore: Remove `poetry-lock` pre-commit check * Remove `skip`
1 parent 276bc9f commit 662266a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ ci:
22
autofix_prs: true
33
autoupdate_schedule: weekly
44
autoupdate_commit_msg: 'chore: pre-commit autoupdate'
5-
skip: [poetry-lock]
65

76
repos:
87
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -72,5 +71,3 @@ repos:
7271
rev: 1.4.0
7372
hooks:
7473
- id: poetry-check
75-
- id: poetry-lock
76-
args: [--no-update]

0 commit comments

Comments
 (0)