Skip to content

Commit 0d7fafe

Browse files
committed
updated pre-commit hooks
1 parent e7d9e32 commit 0d7fafe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repos:
2828
# Ruff - Modern Python linter and formatter
2929
# ============================================================================
3030
- repo: https://github.com/astral-sh/ruff-pre-commit
31-
rev: v0.6.9
31+
rev: v0.14.1
3232
hooks:
3333
# Ruff linter with auto-fix
3434
- id: ruff
@@ -45,7 +45,7 @@ repos:
4545
# Type checking - mypy
4646
# ============================================================================
4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: v1.11.2
48+
rev: v1.18.2
4949
hooks:
5050
- id: mypy
5151
files: ^(dataframe_expectations|tests)/.*\.py$

0 commit comments

Comments
 (0)