Browse Source

Added ruff flags: RET, RSE, NPY, N, I

tags/v0.3.11-rc1
Somay (DIIN) 10 months ago
parent
commit
fcda1a8ad8
46 changed files with 0 additions and 46 deletions
  1. +0
    -1
      node-hub/dora-argotranslate/pyproject.toml
  2. +0
    -1
      node-hub/dora-distil-whisper/pyproject.toml
  3. +0
    -1
      node-hub/dora-echo/pyproject.toml
  4. +0
    -1
      node-hub/dora-internvl/pyproject.toml
  5. +0
    -1
      node-hub/dora-ios-lidar/pyproject.toml
  6. +0
    -1
      node-hub/dora-keyboard/pyproject.toml
  7. +0
    -1
      node-hub/dora-kit-car/pyproject.toml
  8. +0
    -1
      node-hub/dora-kokoro-tts/pyproject.toml
  9. +0
    -1
      node-hub/dora-llama-cpp-python/pyproject.toml
  10. +0
    -1
      node-hub/dora-magma/pyproject.toml
  11. +0
    -1
      node-hub/dora-microphone/pyproject.toml
  12. +0
    -1
      node-hub/dora-object-to-pose/pyproject.toml
  13. +0
    -1
      node-hub/dora-openai-server/pyproject.toml
  14. +0
    -1
      node-hub/dora-opus/pyproject.toml
  15. +0
    -1
      node-hub/dora-outtetts/pyproject.toml
  16. +0
    -1
      node-hub/dora-parler/pyproject.toml
  17. +0
    -1
      node-hub/dora-phi4/pyproject.toml
  18. +0
    -1
      node-hub/dora-piper/pyproject.toml
  19. +0
    -1
      node-hub/dora-pyaudio/pyproject.toml
  20. +0
    -1
      node-hub/dora-pyorbbecksdk/pyproject.toml
  21. +0
    -1
      node-hub/dora-pyrealsense/pyproject.toml
  22. +0
    -1
      node-hub/dora-qwen/pyproject.toml
  23. +0
    -1
      node-hub/dora-qwen2-5-vl/pyproject.toml
  24. +0
    -1
      node-hub/dora-qwenvl/pyproject.toml
  25. +0
    -1
      node-hub/dora-rdt-1b/pyproject.toml
  26. +0
    -1
      node-hub/dora-reachy1/pyproject.toml
  27. +0
    -1
      node-hub/dora-reachy2/pyproject.toml
  28. +0
    -1
      node-hub/dora-rerun/pyproject.toml
  29. +0
    -1
      node-hub/dora-sam2/pyproject.toml
  30. +0
    -1
      node-hub/dora-transformers/pyproject.toml
  31. +0
    -1
      node-hub/dora-ugv/pyproject.toml
  32. +0
    -1
      node-hub/dora-vad/pyproject.toml
  33. +0
    -1
      node-hub/dora-yolo/pyproject.toml
  34. +0
    -1
      node-hub/dynamixel-client/pyproject.toml
  35. +0
    -1
      node-hub/feetech-client/pyproject.toml
  36. +0
    -1
      node-hub/lebai-client/pyproject.toml
  37. +0
    -1
      node-hub/lerobot-dashboard/pyproject.toml
  38. +0
    -1
      node-hub/llama-factory-recorder/pyproject.toml
  39. +0
    -1
      node-hub/mujoco-client/pyproject.toml
  40. +0
    -1
      node-hub/opencv-plot/pyproject.toml
  41. +0
    -1
      node-hub/opencv-video-capture/pyproject.toml
  42. +0
    -1
      node-hub/pyarrow-assert/pyproject.toml
  43. +0
    -1
      node-hub/pyarrow-sender/pyproject.toml
  44. +0
    -1
      node-hub/replay-client/pyproject.toml
  45. +0
    -1
      node-hub/terminal-input/pyproject.toml
  46. +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


Loading…
Cancel
Save