tomkcook

Results 25 issues of tomkcook

**Describe the style change** Concatenated list comprehensions should be put one-per-line rather than splitting within a comprehension. **Examples in the current _Black_ style** ``` matching_routes = [r for r in...

T: style
F: linebreak

### Bug description Writing a custom `@property`-like descriptor causes pylint to issue various false postives. Example code: ```python "Demonstrate class property problems" from typing import Callable class ClassROProperty(property): "Decorator class...

Enhancement ✨
Needs astroid update
Needs design proposal :lock:
properties

Sample output running the client on linux-aarch64-raspi: ``` DEBUG:root: Creating socket to receiving data, binding to ('', 67) INFO:root: Binding to wlan0 INFO:root: Bound DEBUG:root: Creating socket to send data,...

According to some forum posts I found, you do actually have en-gb models up for download on your website. But they are not linked from the models page. Could you...

### Bug description In the example below, it's completely normal for the `Command` class to access a private member of the `Service` class. ```python class Service: class Command: def __init__(self,...

Needs decision :lock: