Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/psf/black-pre-commit-mirror: 24.3.0 → 24.10.0](psf/black-pre-commit-mirror@24.3.0...24.10.0)
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.4.0...v5.0.0)
  • Loading branch information
pre-commit-ci[bot] authored Oct 14, 2024
1 parent 255a4e4 commit a9b711c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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]
stages: [pre-commit]

0 comments on commit a9b711c

Please sign in to comment.