Skip to content

Commit 0b6649d

Browse files
chore(pre-commit.ci): Upgrade hook versions
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/maxwinterstein/shfmt-py: v3.11.0.2 → v3.12.0.1](MaxWinterstein/shfmt-py@v3.11.0.2...v3.12.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.0 → v0.12.8](astral-sh/ruff-pre-commit@v0.12.0...v0.12.8) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1) - [github.com/PyCQA/bandit: 1.8.5 → 1.8.6](PyCQA/bandit@1.8.5...1.8.6)
1 parent 331575d commit 0b6649d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ci:
1515
repos:
1616
# Best Practices
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v5.0.0
18+
rev: v6.0.0
1919
hooks:
2020
- id: check-builtin-literals
2121
- id: check-executables-have-shebangs
@@ -56,13 +56,13 @@ repos:
5656
]
5757

5858
- repo: https://github.com/maxwinterstein/shfmt-py
59-
rev: v3.11.0.2
59+
rev: v3.12.0.1
6060
hooks:
6161
- id: shfmt
6262

6363
# Linting
6464
- repo: https://github.com/astral-sh/ruff-pre-commit
65-
rev: v0.12.0
65+
rev: v0.12.8
6666
hooks:
6767
- id: ruff-check
6868
args: [--fix]
@@ -75,20 +75,20 @@ repos:
7575
args: [--config, .hadolint.yaml]
7676

7777
- repo: https://github.com/shellcheck-py/shellcheck-py
78-
rev: v0.10.0.1
78+
rev: v0.11.0.1
7979
hooks:
8080
- id: shellcheck
8181

8282
# Code Quality
8383
- repo: https://github.com/pre-commit/mirrors-mypy
84-
rev: v1.16.1
84+
rev: v1.17.1
8585
hooks:
8686
- id: mypy
8787
args: [--config-file, pyproject.toml, --warn-unused-configs]
8888

8989
# Security
9090
- repo: https://github.com/PyCQA/bandit
91-
rev: 1.8.5
91+
rev: 1.8.6
9292
hooks:
9393
- id: bandit
9494
args: [-c, pyproject.toml, -r]

0 commit comments

Comments
 (0)