This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
dora-rs
/
dora
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
124
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Added ruff flags: RET, RSE, NPY, N, I
tags/v0.3.11-rc1
Somay (DIIN)
10 months ago
parent
c6e1398fb6
commit
fcda1a8ad8
46 changed files
with
0 additions
and
46 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
node-hub/dora-argotranslate/pyproject.toml
+0
-1
node-hub/dora-distil-whisper/pyproject.toml
+0
-1
node-hub/dora-echo/pyproject.toml
+0
-1
node-hub/dora-internvl/pyproject.toml
+0
-1
node-hub/dora-ios-lidar/pyproject.toml
+0
-1
node-hub/dora-keyboard/pyproject.toml
+0
-1
node-hub/dora-kit-car/pyproject.toml
+0
-1
node-hub/dora-kokoro-tts/pyproject.toml
+0
-1
node-hub/dora-llama-cpp-python/pyproject.toml
+0
-1
node-hub/dora-magma/pyproject.toml
+0
-1
node-hub/dora-microphone/pyproject.toml
+0
-1
node-hub/dora-object-to-pose/pyproject.toml
+0
-1
node-hub/dora-openai-server/pyproject.toml
+0
-1
node-hub/dora-opus/pyproject.toml
+0
-1
node-hub/dora-outtetts/pyproject.toml
+0
-1
node-hub/dora-parler/pyproject.toml
+0
-1
node-hub/dora-phi4/pyproject.toml
+0
-1
node-hub/dora-piper/pyproject.toml
+0
-1
node-hub/dora-pyaudio/pyproject.toml
+0
-1
node-hub/dora-pyorbbecksdk/pyproject.toml
+0
-1
node-hub/dora-pyrealsense/pyproject.toml
+0
-1
node-hub/dora-qwen/pyproject.toml
+0
-1
node-hub/dora-qwen2-5-vl/pyproject.toml
+0
-1
node-hub/dora-qwenvl/pyproject.toml
+0
-1
node-hub/dora-rdt-1b/pyproject.toml
+0
-1
node-hub/dora-reachy1/pyproject.toml
+0
-1
node-hub/dora-reachy2/pyproject.toml
+0
-1
node-hub/dora-rerun/pyproject.toml
+0
-1
node-hub/dora-sam2/pyproject.toml
+0
-1
node-hub/dora-transformers/pyproject.toml
+0
-1
node-hub/dora-ugv/pyproject.toml
+0
-1
node-hub/dora-vad/pyproject.toml
+0
-1
node-hub/dora-yolo/pyproject.toml
+0
-1
node-hub/dynamixel-client/pyproject.toml
+0
-1
node-hub/feetech-client/pyproject.toml
+0
-1
node-hub/lebai-client/pyproject.toml
+0
-1
node-hub/lerobot-dashboard/pyproject.toml
+0
-1
node-hub/llama-factory-recorder/pyproject.toml
+0
-1
node-hub/mujoco-client/pyproject.toml
+0
-1
node-hub/opencv-plot/pyproject.toml
+0
-1
node-hub/opencv-video-capture/pyproject.toml
+0
-1
node-hub/pyarrow-assert/pyproject.toml
+0
-1
node-hub/pyarrow-sender/pyproject.toml
+0
-1
node-hub/replay-client/pyproject.toml
+0
-1
node-hub/terminal-input/pyproject.toml
+0
-1
node-hub/video-encoder/pyproject.toml
+ 0
- 1
node-hub/dora-argotranslate/pyproject.toml
View File
@@ -24,7 +24,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-distil-whisper/pyproject.toml
View File
@@ -32,7 +32,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-echo/pyproject.toml
View File
@@ -23,7 +23,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-internvl/pyproject.toml
View File
@@ -36,7 +36,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-ios-lidar/pyproject.toml
View File
@@ -20,7 +20,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-keyboard/pyproject.toml
View File
@@ -29,7 +29,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-kit-car/pyproject.toml
View File
@@ -21,7 +21,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-kokoro-tts/pyproject.toml
View File
@@ -20,7 +20,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-llama-cpp-python/pyproject.toml
View File
@@ -45,7 +45,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-magma/pyproject.toml
View File
@@ -45,7 +45,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-microphone/pyproject.toml
View File
@@ -29,7 +29,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-object-to-pose/pyproject.toml
View File
@@ -20,7 +20,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-openai-server/pyproject.toml
View File
@@ -32,7 +32,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-opus/pyproject.toml
View File
@@ -33,7 +33,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-outtetts/pyproject.toml
View File
@@ -33,7 +33,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-parler/pyproject.toml
View File
@@ -35,7 +35,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-phi4/pyproject.toml
View File
@@ -36,7 +36,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-piper/pyproject.toml
View File
@@ -20,7 +20,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-pyaudio/pyproject.toml
View File
@@ -25,7 +25,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-pyorbbecksdk/pyproject.toml
View File
@@ -23,7 +23,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-pyrealsense/pyproject.toml
View File
@@ -26,7 +26,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-qwen/pyproject.toml
View File
@@ -47,7 +47,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-qwen2-5-vl/pyproject.toml
View File
@@ -53,7 +53,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-qwenvl/pyproject.toml
View File
@@ -40,7 +40,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-rdt-1b/pyproject.toml
View File
@@ -50,7 +50,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-reachy1/pyproject.toml
View File
@@ -32,7 +32,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-reachy2/pyproject.toml
View File
@@ -29,7 +29,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-rerun/pyproject.toml
View File
@@ -24,7 +24,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-sam2/pyproject.toml
View File
@@ -25,7 +25,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-transformers/pyproject.toml
View File
@@ -31,7 +31,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-ugv/pyproject.toml
View File
@@ -20,7 +20,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-vad/pyproject.toml
View File
@@ -20,7 +20,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dora-yolo/pyproject.toml
View File
@@ -23,7 +23,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/dynamixel-client/pyproject.toml
View File
@@ -27,7 +27,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/feetech-client/pyproject.toml
View File
@@ -28,7 +28,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/lebai-client/pyproject.toml
View File
@@ -27,7 +27,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/lerobot-dashboard/pyproject.toml
View File
@@ -29,7 +29,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/llama-factory-recorder/pyproject.toml
View File
@@ -26,7 +26,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/mujoco-client/pyproject.toml
View File
@@ -28,7 +28,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/opencv-plot/pyproject.toml
View File
@@ -22,7 +22,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/opencv-video-capture/pyproject.toml
View File
@@ -23,7 +23,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/pyarrow-assert/pyproject.toml
View File
@@ -24,7 +24,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/pyarrow-sender/pyproject.toml
View File
@@ -24,7 +24,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/replay-client/pyproject.toml
View File
@@ -27,7 +27,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/terminal-input/pyproject.toml
View File
@@ -24,7 +24,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
+ 0
- 1
node-hub/video-encoder/pyproject.toml
View File
@@ -29,7 +29,6 @@ extend-select = [
"D", # pydocstyle
"UP", # Ruff's UP rule
"PERF", # Ruff's PERF rule
"E", # Ruff's E rule
"RET", # Ruff's RET rule
"RSE", # Ruff's RSE rule
"NPY", # Ruff's NPY rule
Write
Preview
Loading…
Cancel
Save