Skip to content

Commit a92f11e

Browse files
authored
Update pre-commit hooks (#173)
Signed-off-by: Yu Ishikawa <yu-iskw@users.noreply.github.com>
1 parent 3106395 commit a92f11e

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
@@ -15,7 +15,7 @@
1515

1616
repos:
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: end-of-file-fixer
2121
- id: trailing-whitespace
@@ -32,16 +32,16 @@ repos:
3232
# hooks:
3333
# - id: reorder-python-imports
3434
- repo: https://github.com/asottile/setup-cfg-fmt
35-
rev: v2.8.0
35+
rev: v3.1.0
3636
hooks:
3737
- id: setup-cfg-fmt
3838
- repo: https://github.com/pycqa/isort
39-
rev: 6.0.1
39+
rev: 6.1.0
4040
hooks:
4141
- id: isort
4242
name: isort (python)
4343
- repo: https://github.com/pycqa/pylint
44-
rev: v3.3.7
44+
rev: v3.3.9
4545
hooks:
4646
- id: pylint
4747
# - repo: https://github.com/pre-commit/mirrors-mypy
@@ -50,7 +50,7 @@ repos:
5050
# - id: mypy
5151
# additional_dependencies: [types-all]
5252
- repo: https://github.com/shellcheck-py/shellcheck-py
53-
rev: v0.10.0.1
53+
rev: v0.11.0.1
5454
hooks:
5555
- id: shellcheck
5656
- repo: https://github.com/rhysd/actionlint

0 commit comments

Comments
 (0)