Skip to content

Commit 164c04e

Browse files
committed
deps: update pre-commit tool versions
Refs: NS-209
1 parent 1cefc94 commit 164c04e

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ repos:
1616
- id: check-toml
1717
- id: check-added-large-files
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.14.10
19+
rev: v0.15.18
2020
hooks:
21-
# Run the linter.
2221
- id: ruff-check
2322
args: [ "--fix" ]
24-
# Run the formatter.
2523
- id: ruff-format
2624
- repo: https://github.com/alessandrojcm/commitlint-pre-commit-hook
27-
rev: v9.23.0
25+
rev: v9.25.0
2826
hooks:
2927
- id: commitlint
3028
stages: [commit-msg, manual]

0 commit comments

Comments
 (0)