Skip to content

*: use ruff linting/formatting #575

*: use ruff linting/formatting

*: use ruff linting/formatting #575

Triggered via pull request January 12, 2025 16:24
@tych0tych0
synchronize #178
move-to-ruff
Status Failure
Total duration 10m 6s
Artifacts

ci.yaml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

150 errors
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports
Ruff (E711): proto/xcbgen/expr.py#L90
proto/xcbgen/expr.py:90:38: E711 Comparison to `None` should be `cond is None`
Ruff (E711): proto/xcbgen/expr.py#L134
proto/xcbgen/expr.py:134:30: E711 Comparison to `None` should be `cond is not None`
Ruff (E711): proto/xcbgen/expr.py#L153
proto/xcbgen/expr.py:153:27: E711 Comparison to `None` should be `cond is not None`
Ruff (F403): proto/xcbgen/matcher.py#L17
proto/xcbgen/matcher.py:17:1: F403 `from xcbgen.xtypes import *` used; unable to detect undefined names
Ruff (F841): proto/xcbgen/matcher.py#L28
proto/xcbgen/matcher.py:28:5: F841 Local variable `new_root` is assigned to but never used
Ruff (F405): proto/xcbgen/matcher.py#L56
proto/xcbgen/matcher.py:56:12: F405 `Enum` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L62
proto/xcbgen/matcher.py:62:12: F405 `Struct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L68
proto/xcbgen/matcher.py:68:12: F405 `EventStruct` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L74
proto/xcbgen/matcher.py:74:12: F405 `Union` may be undefined, or defined from star imports
Ruff (F405): proto/xcbgen/matcher.py#L80
proto/xcbgen/matcher.py:80:12: F405 `Request` may be undefined, or defined from star imports