Skip to content

Commit 0571cf7

Browse files
chore(pre-commit.ci): pre-commit autoupdate (#45)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent caf0415 commit 0571cf7

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ ci:
99

1010
repos:
1111
- repo: https://github.com/commitizen-tools/commitizen
12-
rev: v4.8.2
12+
rev: v4.8.3
1313
hooks:
1414
- id: commitizen
1515
stages: [commit-msg]
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: debug-statements
2020
- id: check-builtin-literals
@@ -54,16 +54,16 @@ repos:
5454
hooks:
5555
- id: codespell
5656
- repo: https://github.com/PyCQA/flake8
57-
rev: 7.2.0
57+
rev: 7.3.0
5858
hooks:
5959
- id: flake8
6060
- repo: https://github.com/pre-commit/mirrors-mypy
61-
rev: v1.16.0
61+
rev: v1.17.1
6262
hooks:
6363
- id: mypy
6464
additional_dependencies: []
6565
- repo: https://github.com/PyCQA/bandit
66-
rev: 1.8.3
66+
rev: 1.8.6
6767
hooks:
6868
- id: bandit
6969
args: [-x, tests]

0 commit comments

Comments
 (0)