v0.9.3 · TomsCodingCode/pre-commit-hooks@9730eb3 · GitHub
Skip to content

Commit 9730eb3

Browse files
committed
v0.9.3
1 parent 36af62c commit 9730eb3

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.9.3
2+
=====
3+
- New hook: `mixed-line-ending`
4+
15
0.9.2
26
=====
37
- Report full python version in `check-ast`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ See also: https://github.com/pre-commit/pre-commit
1515
Add this to your `.pre-commit-config.yaml`
1616

1717
- repo: git://github.com/pre-commit/pre-commit-hooks
18-
sha: v0.9.2 # Use the ref you want to point at
18+
sha: v0.9.3 # Use the ref you want to point at
1919
hooks:
2020
- id: trailing-whitespace
2121
# - id: ...

setup.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)