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

Commit 11b1124

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.12.8
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.17.1'
4545
hooks:
4646
- id: mypy
4747
pass_filenames: false # Pass all files in the repository except those excluded in pyproject.toml

0 commit comments

Comments
 (0)