Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 790b54b

Browse files
dfitchettgithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent de97e1a commit 790b54b

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
@@ -6,7 +6,7 @@ repos:
66
- id: check-useless-excludes
77

88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v5.0.0
9+
rev: v6.0.0
1010
hooks: # https://github.com/pre-commit/pre-commit-hooks#hooks-available
1111
- id: check-merge-conflict
1212
- id: check-executables-have-shebangs
@@ -26,7 +26,7 @@ repos:
2626
- id: validate-pyproject
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.12.4
29+
rev: v0.14.6
3030
hooks:
3131
- id: ruff
3232
args: [ --fix ]
@@ -41,7 +41,7 @@ repos:
4141
- id: poetry-install
4242

4343
- repo: https://github.com/pre-commit/mirrors-mypy
44-
rev: 'v1.17.0'
44+
rev: 'v1.18.2'
4545
hooks:
4646
- id: mypy
4747
pass_filenames: false # Pass all files in the repository except those excluded in pyproject.toml
@@ -54,13 +54,13 @@ repos:
5454
- 'pytest'
5555

5656
- repo: https://github.com/PyCQA/bandit
57-
rev: "1.8.6"
57+
rev: "1.9.1"
5858
hooks:
5959
- id: bandit
6060
args: [-c, pyproject.toml, -r, -l]
6161
additional_dependencies: ["bandit[toml]"]
6262

6363
- repo: https://github.com/commitizen-tools/commitizen
64-
rev: v4.8.3
64+
rev: v4.10.0
6565
hooks:
6666
- id: commitizen

0 commit comments

Comments
 (0)