Skip to content

Commit c2c55e7

Browse files
chore: update pre-commit hooks (#1211)
Co-authored-by: maharshi-gor <39947025+maharshi-gor@users.noreply.github.com>
1 parent 8fe406d commit c2c55e7

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
@@ -30,7 +30,7 @@ repos:
3030
additional_dependencies:
3131
- tomli
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.19.1
33+
rev: v1.20.0
3434
hooks:
3535
- id: mypy
3636
# Sync with project.optional-dependencies.typing
@@ -45,7 +45,7 @@ repos:
4545
args: ["fury"]
4646
pass_filenames: false
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.15.8
48+
rev: v0.15.9
4949
hooks:
5050
# Run the linter
5151
- id: ruff

0 commit comments

Comments
 (0)