File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
additional_dependencies :
16
16
- mdformat-toc
17
17
- repo : https://github.com/Lucas-C/pre-commit-hooks
18
- rev : master
18
+ rev : v1.5.4
19
19
hooks :
20
20
- id : forbid-crlf
21
21
- id : remove-crlf
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ into separate repos:
47
47
48
48
``` yaml
49
49
- repo : https://github.com/Lucas-C/pre-commit-hooks
50
- rev : v1.5.3
50
+ rev : v1.5.4
51
51
hooks :
52
52
- id : forbid-crlf
53
53
- id : remove-crlf
@@ -358,6 +358,6 @@ form the historical ChangeLog.
358
358
359
359
# ## Releasing a new version
360
360
361
- 1. Bump version in `setup.py` & `README.md `
361
+ 1. Bump version in `README.md`, ` setup.py` & `.pre-commit-config.yaml `
362
362
2. `git commit -nam "New release $version" && git tag $version && git push && git push --tags`
363
363
3. Publish a GitHub release.
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.5.3 " ,
8
+ version = "1.5.4 " ,
9
9
author = "Lucas Cimon" ,
10
10
11
11
platforms = "linux" ,
You can’t perform that action at this time.
0 commit comments