Skip to content

Commit c6d314b

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.11 → v0.14.7](astral-sh/ruff-pre-commit@v0.12.11...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.19.0](pre-commit/mirrors-mypy@v1.17.1...v1.19.0) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.2](PyCQA/bandit@1.8.6...1.9.2) - [github.com/commitizen-tools/commitizen: v4.8.3 → v4.10.0](commitizen-tools/commitizen@v4.8.3...v4.10.0)
1 parent 986d43a commit c6d314b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
files: ^(hooks|tests)/.*\.py$
2121

2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.12.11
23+
rev: v0.14.7
2424
hooks:
2525
- id: ruff
2626
args: [--fix, --exit-non-zero-on-fix]
@@ -29,22 +29,22 @@ repos:
2929
files: ^(hooks|tests)/.*\.py$
3030

3131
- repo: https://github.com/pre-commit/mirrors-mypy
32-
rev: v1.17.1
32+
rev: v1.19.0
3333
hooks:
3434
- id: mypy
3535
files: ^tests/.*\.py$
3636
additional_dependencies: [types-PyYAML, types-requests, pytest, cookiecutter, tomli]
3737

3838
- repo: https://github.com/PyCQA/bandit
39-
rev: 1.8.6
39+
rev: 1.9.2
4040
hooks:
4141
- id: bandit
4242
args: [-ll]
4343
files: ^hooks/.*\.py$
4444
types: [python]
4545

4646
- repo: https://github.com/commitizen-tools/commitizen
47-
rev: v4.8.3
47+
rev: v4.10.0
4848
hooks:
4949
- id: commitizen
5050
stages: [commit-msg]

0 commit comments

Comments
 (0)