File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 20
20
- id : trailing-whitespace
21
21
22
22
- repo : https://github.com/Lucas-C/pre-commit-hooks
23
- rev : v1.5.4
23
+ rev : v1.5.5
24
24
hooks :
25
25
- id : insert-license
26
26
files : \.py$
44
44
args : [-I, .codespell.allow]
45
45
46
46
- repo : https://github.com/adrienverge/yamllint.git
47
- rev : v1.34.0
47
+ rev : v1.35.1
48
48
hooks :
49
49
- id : yamllint
50
50
56
56
additional_dependencies : [black==23.3.0]
57
57
58
58
- repo : https://github.com/astral-sh/ruff-pre-commit
59
- rev : v0.2.1
59
+ rev : v0.2.2
60
60
hooks :
61
61
- id : ruff-format
62
62
name : ruff (format)
Original file line number Diff line number Diff line change @@ -10,8 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Repository
11
11
12
12
- Update GitHub Actions ` github/codeql-action ` from v2 to v3
13
- - Update ` astral-sh/ruff-pre-commit ` hook to v0.2.1
14
- - Update ` adrienverge/yamllint ` hook to v1.34.0
13
+ - Update ` adrienverge/yamllint.git ` hook to v1.35.1
14
+ - Update ` astral-sh/ruff-pre-commit ` hook to v0.2.2
15
+ - Update ` Lucas-C/pre-commit-hooks ` hook to v1.5.5
15
16
16
17
## [ v1.5.1] - 2023-12-15
17
18
You can’t perform that action at this time.
0 commit comments