Skip to content

Commit 40307db

Browse files
committed
πŸ”– release: v0.5.0
1 parent 084a573 commit 40307db

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

β€Ž.pre-commit-config.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
- id: end-of-file-fixer
77
- id: check-yaml
88
- repo: https://github.com/ShigureLab/dochooks
9-
rev: v0.4.0
9+
rev: v0.5.0
1010
hooks:
1111
- id: check-whitespace-between-cn-and-en-char
1212
files: \.md$|\.rst$

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Some pre-commit hooks for docs.
2020
```yaml
2121
repos:
2222
- repo: https://github.com/PFCCLab/dochooks
23-
rev: v0.4.0
23+
rev: v0.5.0
2424
hooks:
2525
- id: check-whitespace-between-cn-and-en-char
2626
files: \.md$|\.rst$

β€Ždochooks/__init__.pyβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Meta information for the project.
22
from __future__ import annotations
33

4-
__version__ = "0.4.0"
4+
__version__ = "0.5.0"
55
__author__ = "Nyakku Shigure"
66
__year__ = "2022"
77
__project_info__ = {

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dochooks"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = ""
55
readme = "README.md"
66
requires-python = ">=3.8"

β€Žuv.lockβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)