Skip to content

Commit

Permalink
Merge pull request #5 from ewjoachim/fix-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim authored Apr 1, 2024
2 parents 541b739 + cf44e5e commit 529628b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
- id: sync-repos
name: Sync repos with Poetry
description: Automatically sync pre-commit repos with package versions in poetry.lock
entry: swp
entry: sync-repos
language: python
files: poetry.lock
files: (poetry.lock|.pre-commit-config.ya?ml)
- id: sync-hooks-additional-dependencies
name: Sync hooks additional dependencies with Poetry
description: Automatically sync pre-commit hook additional dependencies with poetry groups
entry: sync-hooks-additional-dependencies
language: python
files: (poetry.lock|pyproject.toml|.pre-commit-config.ya?ml)

0 comments on commit 529628b

Please sign in to comment.