Skip to content

Commit afd3a44

Browse files
[pre-commit.ci] pre-commit autoupdate
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/astral-sh/ruff-pre-commit: v0.12.4 → v0.14.14](astral-sh/ruff-pre-commit@v0.12.4...v0.14.14) - [github.com/pre-commit/mirrors-mypy: v1.17.0 → v1.19.1](pre-commit/mirrors-mypy@v1.17.0...v1.19.1) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.3](PyCQA/bandit@1.8.6...1.9.3) - [github.com/commitizen-tools/commitizen: v4.8.3 → v4.12.1](commitizen-tools/commitizen@v4.8.3...v4.12.1)
1 parent 6337de3 commit afd3a44

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,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
@@ -15,7 +15,7 @@ repos:
1515

1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
# Ruff version.
18-
rev: v0.12.4
18+
rev: v0.14.14
1919
hooks:
2020
# Run the linter.
2121
#- id: ruff-check
@@ -24,21 +24,21 @@ repos:
2424
- id: ruff-format
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.17.0
27+
rev: v1.19.1
2828
hooks:
2929
- id: mypy
3030
additional_dependencies: [types-colorama, typer]
3131
args: [--ignore-missing-imports, --no-strict-optional, --disable-error-code=assignment]
3232

3333
- repo: https://github.com/PyCQA/bandit
34-
rev: 1.8.6
34+
rev: 1.9.3
3535
hooks:
3636
- id: bandit
3737
args: ["-r", "ipecmd_wrapper/"]
3838
exclude: tests/
3939

4040
- repo: https://github.com/commitizen-tools/commitizen
41-
rev: v4.8.3
41+
rev: v4.12.1
4242
hooks:
4343
- id: commitizen
4444
- id: commitizen-branch

0 commit comments

Comments
 (0)