diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d19d93fb6..f2a7dca13 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.3.0 + rev: 24.10.0 hooks: - id: black language_version: python3.10 @@ -10,7 +10,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: no-commit-to-branch name: Check for numpy imports @@ -24,4 +24,4 @@ repos: omnigibson/utils/numpy_utils\.py| # Utilities specifically for numpy operations and dtype tests/test_transform_utils\.py # This test file uses Scipy and Numpy )$ - stages: [commit] \ No newline at end of file + stages: [Nonepre-commitNone] \ No newline at end of file