From a9b711c9a308a3d4643a0f8fafe1e207604c7948 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 21:14:58 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.10.0](https://github.com/psf/black-pre-commit-mirror/compare/24.3.0...24.10.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d19d93fb6..b74b02998 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: [pre-commit] \ No newline at end of file