Skip to content

Commit cfb273e

Browse files
committed
chore: update pre-commit hooks
1 parent f178d67 commit cfb273e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^(sync_tests/|cardano_node_tests/tests/data/)
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
language_version: python3
@@ -23,17 +23,17 @@ repos:
2323
language: system
2424
types: [python]
2525
- repo: https://github.com/charliermarsh/ruff-pre-commit
26-
rev: v0.12.1
26+
rev: v0.14.8
2727
hooks:
2828
- id: ruff-check
2929
args: [ --fix ]
3030
- id: ruff-format
3131
- repo: https://github.com/shellcheck-py/shellcheck-py
32-
rev: v0.10.0.1
32+
rev: v0.11.0.1
3333
hooks:
3434
- id: shellcheck
3535
- repo: https://github.com/igorshubovych/markdownlint-cli
36-
rev: v0.45.0
36+
rev: v0.46.0
3737
hooks:
3838
- id: markdownlint
3939
- repo: https://github.com/rstcheck/rstcheck
@@ -42,7 +42,7 @@ repos:
4242
- id: rstcheck
4343
additional_dependencies: [sphinx, toml]
4444
- repo: https://github.com/python-poetry/poetry
45-
rev: 2.1.3
45+
rev: 2.2.1
4646
hooks:
4747
- id: poetry-check
4848
- repo: local

0 commit comments

Comments
 (0)