Skip to content

Commit

Permalink
chore: Remove poetry-lock pre-commit check (#1647)
Browse files Browse the repository at this point in the history
* chore: Remove `poetry-lock` pre-commit check

* Remove `skip`
  • Loading branch information
edgarrmondragon authored Apr 27, 2023
1 parent 276bc9f commit 662266a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ ci:
autofix_prs: true
autoupdate_schedule: weekly
autoupdate_commit_msg: 'chore: pre-commit autoupdate'
skip: [poetry-lock]

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -72,5 +71,3 @@ repos:
rev: 1.4.0
hooks:
- id: poetry-check
- id: poetry-lock
args: [--no-update]

0 comments on commit 662266a

Please sign in to comment.