File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 37
37
additional_dependencies : [tomli]
38
38
39
39
- repo : https://github.com/codespell-project/codespell
40
- rev : v2.2.6
40
+ rev : v2.3.0
41
41
hooks :
42
42
- id : codespell
43
43
files : .*\.(py|txt|cmake|md|rst|sh|ps1|hpp|tpp|cpp|cc)$
56
56
additional_dependencies : [black==23.3.0]
57
57
58
58
- repo : https://github.com/astral-sh/ruff-pre-commit
59
- rev : v0.4.1
59
+ rev : v0.4.5
60
60
hooks :
61
61
- id : ruff-format
62
62
name : ruff (format)
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
- Update ` action/checkout ` GitHub Action to v4
14
14
- Update ` github/codeql-action/analyze ` GitHub Action to v3
15
15
- Update ` adrienverge/yamllint.git ` hook to v1.35.1
16
- - Update ` astral-sh/ruff-pre-commit ` hook to v0.4.1
16
+ - Update ` astral-sh/ruff-pre-commit ` hook to v0.4.5
17
+ - Update ` codespell-project/codespell ` hook to v2.3.0
17
18
- Update ` Lucas-C/pre-commit-hooks ` hook to v1.5.5
18
19
- Update ` pre-commit/pre-commit-hooks ` hook to v4.6.0
19
20
- Disable macOS CI for Python < 3.11 (now runs on M1 macs on GitHub)
You can’t perform that action at this time.
0 commit comments