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

Commit fde90ce

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.4
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
@@ -61,6 +61,6 @@ repos:
6161
additional_dependencies: ["bandit[toml]"]
6262

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

0 commit comments

Comments
 (0)