Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

Commit 529628b

Browse files
authored
Merge pull request #5 from ewjoachim/fix-hooks
2 parents 541b739 + cf44e5e commit 529628b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.pre-commit-hooks.yaml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
- id: sync-repos
22
name: Sync repos with Poetry
33
description: Automatically sync pre-commit repos with package versions in poetry.lock
4-
entry: swp
4+
entry: sync-repos
55
language: python
6-
files: poetry.lock
6+
files: (poetry.lock|.pre-commit-config.ya?ml)
7+
- id: sync-hooks-additional-dependencies
8+
name: Sync hooks additional dependencies with Poetry
9+
description: Automatically sync pre-commit hook additional dependencies with poetry groups
10+
entry: sync-hooks-additional-dependencies
11+
language: python
12+
files: (poetry.lock|pyproject.toml|.pre-commit-config.ya?ml)

0 commit comments

Comments
 (0)