Skip to content

Commit 27975ae

Browse files
authored
Update pre-commit hooks (#189)
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
1 parent 7ddca2a commit 27975ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
- id: check-yaml
2525
- id: detect-private-key
2626
- repo: https://github.com/rhysd/actionlint
27-
rev: v1.7.8
27+
rev: v1.7.9
2828
hooks:
2929
- id: actionlint
3030
# - repo: https://github.com/asottile/reorder_python_imports
@@ -41,7 +41,7 @@ repos:
4141
- id: isort
4242
name: isort (python)
4343
- repo: https://github.com/pycqa/pylint
44-
rev: v4.0.0
44+
rev: v4.0.3
4545
hooks:
4646
- id: pylint
4747
exclude: (dbt_artifacts_parser/parsers/)
@@ -56,7 +56,7 @@ repos:
5656
- id: shellcheck
5757
- repo: https://github.com/astral-sh/ruff-pre-commit
5858
# Ruff version.
59-
rev: v0.14.0
59+
rev: v0.14.6
6060
hooks:
6161
# Run the linter.
6262
- id: ruff-check

0 commit comments

Comments
 (0)