webbb82

Untitled

Apr 8th, 2023
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. ➜ ~ qtile check
  2. Checking Qtile config at: /home/llama/.config/qtile/config.py
  3. Success: no issues found in 1 module
  4. /tmp/tmp9k2ryy28/config.py:4: error: Skipping analyzing "qtile_mutable_scratch": module is installed, but missing library stubs or py.typed marker [import]
  5. /tmp/tmp9k2ryy28/config.py:10: error: Skipping analyzing "qtile_extras": module is installed, but missing library stubs or py.typed marker [import]
  6. /tmp/tmp9k2ryy28/config.py:10: error: Name "widget" already defined (by an import) [no-redef]
  7. /tmp/tmp9k2ryy28/config.py:11: error: Skipping analyzing "qtile_extras.widget.decorations": module is installed, but missing library stubs or py.typed marker [import]
  8. /tmp/tmp9k2ryy28/config.py:11: note: See https://mypy.readthedocs.io/en/stable/running_mypy.html#missing-imports
  9. /tmp/tmp9k2ryy28/config.py:12: error: Skipping analyzing "qtile_extras.popup.toolkit": module is installed, but missing library stubs or py.typed marker [import]
  10. /tmp/tmp9k2ryy28/config.py:133: error: Name "autostart" already defined on line 129 [no-redef]
  11. /tmp/tmp9k2ryy28/config.py:225: error: Incompatible types in assignment (expression has type "Group", variable has type "int") [assignment]
  12. /tmp/tmp9k2ryy28/config.py:229: error: "int" has no attribute "name" [attr-defined]
  13. /tmp/tmp9k2ryy28/config.py:232: error: "int" has no attribute "name" [attr-defined]
  14. /tmp/tmp9k2ryy28/config.py:327: error: Item "None" of "Optional[Any]" has no attribute "spawn" [union-attr]
  15. /tmp/tmp9k2ryy28/config.py:339: error: Item "None" of "Optional[Any]" has no attribute "cmd_spawn" [union-attr]
  16. /tmp/tmp9k2ryy28/config.py:425: error: Name "alacritty" is not defined [name-defined]
  17. /tmp/tmp9k2ryy28/config.py:617: error: Need type annotation for "dgroups_app_rules" (hint: "dgroups_app_rules: List[<type>] = ...") [var-annotated]
  18. Found 13 errors in 1 file (checked 1 source file)
  19. Config file type checking failed: Command '['mypy', '/tmp/tmp9k2ryy28/config.py']' returned non-zero exit status 1.
  20. ➜ ~
  21. ➜ ~
Advertisement
Add Comment
Please, Sign In to add comment