mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-15 16:49:55 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8b4dcb1496 |
@@ -86,11 +86,11 @@ repos:
|
|||||||
|
|
||||||
# TODO(Steven): Uncomment when ready to use
|
# TODO(Steven): Uncomment when ready to use
|
||||||
##### Static Analysis & Typing #####
|
##### Static Analysis & Typing #####
|
||||||
# - repo: https://github.com/pre-commit/mirrors-mypy
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
# rev: v1.16.0
|
rev: v1.16.0
|
||||||
# hooks:
|
hooks:
|
||||||
# - id: mypy
|
- id: mypy
|
||||||
# args: [--python-version=3.10]
|
args: [--python-version=3.10]
|
||||||
|
|
||||||
##### Docstring Checks #####
|
##### Docstring Checks #####
|
||||||
# - repo: https://github.com/akaihola/darglint2
|
# - repo: https://github.com/akaihola/darglint2
|
||||||
|
|||||||
+5
-5
@@ -257,8 +257,8 @@ default.extend-ignore-identifiers-re = [
|
|||||||
# color = true
|
# color = true
|
||||||
# paths = ["src/lerobot"]
|
# paths = ["src/lerobot"]
|
||||||
|
|
||||||
# [tool.mypy]
|
[tool.mypy]
|
||||||
# python_version = "3.10"
|
python_version = "3.10"
|
||||||
# warn_return_any = true
|
warn_return_any = true
|
||||||
# warn_unused_configs = true
|
warn_unused_configs = true
|
||||||
# ignore_missing_imports = false
|
ignore_missing_imports = false
|
||||||
|
|||||||
Reference in New Issue
Block a user