We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d9e32 commit 0d7fafeCopy full SHA for 0d7fafe
.pre-commit-config.yaml
@@ -28,7 +28,7 @@ repos:
28
# Ruff - Modern Python linter and formatter
29
# ============================================================================
30
- repo: https://github.com/astral-sh/ruff-pre-commit
31
- rev: v0.6.9
+ rev: v0.14.1
32
hooks:
33
# Ruff linter with auto-fix
34
- id: ruff
@@ -45,7 +45,7 @@ repos:
45
# Type checking - mypy
46
47
- repo: https://github.com/pre-commit/mirrors-mypy
48
- rev: v1.11.2
+ rev: v1.18.2
49
50
- id: mypy
51
files: ^(dataframe_expectations|tests)/.*\.py$
0 commit comments