Skip to content

Commit 596b24c

Browse files
committed
fix: use language python for revert-changelog-rc hook
1 parent 3d82e7a commit 596b24c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ repos:
2828
hooks:
2929
- id: revert-changelog-rc
3030
name: revert-changelog-rc
31-
entry: .venv/bin/python scripts/revert_changelog_rc.py
32-
language: system
31+
entry: python scripts/revert_changelog_rc.py
32+
language: python
3333
files: CHANGELOG.md
3434
stages: [pre-commit]
3535
- id: tox

0 commit comments

Comments
 (0)