mirror of
https://github.com/luckyrobots/open_phantom.git
synced 2025-04-02 18:16:40 +00:00
remove ml-depth-pro as submodule due to its size
This commit is contained in:
parent
f14277d6f0
commit
6efe7e738f
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,6 +1,3 @@
|
||||
[submodule "open_phantom/external/sam2"]
|
||||
path = open_phantom/external/sam2
|
||||
url = https://github.com/facebookresearch/sam2.git
|
||||
[submodule "open_phantom/external/ml-depth-pro"]
|
||||
path = open_phantom/external/ml-depth-pro
|
||||
url = https://github.com/apple/ml-depth-pro.git
|
||||
|
@ -1,26 +1,14 @@
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.4.0
|
||||
rev: v2.3.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: end-of-file-fixer
|
||||
- id: check-yaml
|
||||
- id: check-added-large-files
|
||||
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
files: '\.py$'
|
||||
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 23.3.0
|
||||
rev: 22.10.0
|
||||
hooks:
|
||||
- id: black
|
||||
language_version: python3
|
||||
|
||||
- repo: https://github.com/pycqa/isort
|
||||
rev: 5.12.0
|
||||
hooks:
|
||||
- id: isort
|
||||
args: ["--profile", "black"]
|
||||
|
||||
- repo: https://github.com/pycqa/flake8
|
||||
rev: 6.0.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
additional_dependencies: [flake8-docstrings]
|
||||
files: '\.py$'
|
||||
|
1
open_phantom/external/ml-depth-pro
vendored
1
open_phantom/external/ml-depth-pro
vendored
@ -1 +0,0 @@
|
||||
Subproject commit 03bd011760ef0b980262f4c2c8520e3a2e2979de
|
Loading…
x
Reference in New Issue
Block a user