Skip to content

Commit 23b772e

Browse files
author
commitizen-github-action[bot]
committed
bump: version 0.16.2 → 0.16.3
1 parent 78a9e41 commit 23b772e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717

1818
## Python, Polyglot, Git, pre-commit
1919
- repo: https://github.com/ScribeMD/pre-commit-hooks
20-
rev: 0.16.2 # automatically updated by Commitizen
20+
rev: 0.16.3 # automatically updated by Commitizen
2121
hooks:
2222
- id: no-merge-commits
2323
- id: asdf-install

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
This changelog is auto-generated by the Python-based
44
[Commitizen](https://commitizen-tools.github.io/commitizen).
55

6+
## 0.16.3 (2023-12-19)
7+
8+
### Fix
9+
10+
- **deps-dev**: bump megalinter to v7.7.0
11+
612
## 0.16.2 (2023-11-07)
713

814
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "poetry.core.masonry.api"
1010

1111
[tool.poetry]
1212
name = "pre-commit-hooks"
13-
version = "0.16.2"
13+
version = "0.16.3"
1414
description = "Hooks for Use With the pre-commit Framework"
1515
authors = ["Kurt von Laven <kurt.von.laven@gmail.com>"]
1616
license = "MIT"

0 commit comments

Comments
 (0)