Mikhail Talalaevskiy

Results 12 issues of Mikhail Talalaevskiy

### What's wrong I am triggering `[WPS230] Found too many public instance attributes: 25 > 6` with this: ``` """Adapter module for Output screen of Render Settings.""" from dataclasses import...

bug

Hello there, I've 200 tabs and most of them are under "The Great Suspender" chrome extension. Sadly and understandably, tab search can't decypher the domain name for a suspended tab....

Hello there! I'm tasked with putting 8 4-pin coolers on one Pico. According to the Datasheet, there are 8 slices, where each slice has A and B channels. Is it...

Hello dear dev, are you still out there, updating this wonderful and unique piece of code? :)

https://github.com/PyCQA/flake8-commas is now read-only. It would be a good idea to include their code to our project, because we rely on it.

From: WPS420 — Forbid some python keywords. > pass keyword is just useless by design. There’s no use-case for it. Because it does literally nothing. This is a snippet from...

Good day. I've discovered a way of integrating WPS to PyCharm. _Project mainainers might find this useful and would like to put it on display here and on the webpage._...

documentation

Pyright keeps on is giving more and more errors after previous ones have been dealt with. This is unusual, as with other tools like mypy flake8 or similar, you are...

Good day, after following instructions in [https://hatch.pypa.io/latest/plugins/builder/app/](https://hatch.pypa.io/latest/plugins/builder/app/), which note that one must have Rust installed and having installed Rust, the `hatch build` command doesn't produce anything binary. - I've created...

So, there I was, trying to build a Google Drive tree file structure using "anytree" as the backbone. You get a list of files from Google and get to guess...