File tree Expand file tree Collapse file tree 4 files changed +4
-37
lines changed Expand file tree Collapse file tree 4 files changed +4
-37
lines changed Original file line number Diff line number Diff line change 14
14
additional_dependencies :
15
15
- mdformat-toc
16
16
- repo : https://github.com/Lucas-C/pre-commit-hooks
17
- rev : v1.2 .0
17
+ rev : v1.3 .0
18
18
hooks :
19
19
- id : forbid-crlf
20
20
- id : remove-crlf
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ into separate repos:
37
37
38
38
``` yaml
39
39
- repo : https://github.com/Lucas-C/pre-commit-hooks
40
- rev : v1.2 .0
40
+ rev : v1.3 .0
41
41
hooks :
42
42
- id : forbid-crlf
43
43
- id : remove-crlf
@@ -320,5 +320,5 @@ form the historical ChangeLog.
320
320
# ## Releasing a new version
321
321
322
322
1. Edit version in `setup.py`, `README.md` & `.pre-commit-config.yaml`;
323
- 2. `git commit -nam "Version bump to $version" && git tag $version && git push && git push --tags`;
323
+ 2. `git commit -nam "New release $version" && git tag $version && git push && git push --tags`;
324
324
3. Publish a GitHub release.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
name = 'pre-commit-hooks' ,
6
6
description = 'Some out-of-the-box hooks for pre-commit' ,
7
7
url = 'https://github.com/Lucas-C/pre-commit-hooks' ,
8
- version = '1.2 .0' ,
8
+ version = '1.3 .0' ,
9
9
10
10
author = 'Lucas Cimon' ,
11
11
You can’t perform that action at this time.
0 commit comments