mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 18:43:08 +02:00
- R0914 (too many locals): Extract helper functions in generate_jpeg.py, engine.py, lichess_api.py, main.py - R0902 (too many instance attributes): Use dataclasses in keyboard_coop - W0621 (redefined outer name): Rename parameters/variables to avoid shadowing - W0201 (attribute outside init): Initialize all attrs in __init__ - R1705 (no-else-return): Remove unnecessary else after return - C1805 (implicit booleaness): Use implicit boolean checks - R1732 (consider-using-with): Use context manager for subprocess.Popen - E0401 (import-error): Add pylint disable for optional deps (selenium, mitmproxy) - Clean up pyproject.toml: update comments, remove redundant settings Pylint score: 10.00/10 |
||
|---|---|---|
| .. | ||
| download_cats | ||
| extract_links | ||
| keyboard_coop | ||
| lichess_bot | ||
| mock_server | ||
| pdfCentered | ||
| random_jpg | ||
| randomize_numbers | ||
| scrape_website | ||
| screen_locker | ||
| split | ||
| stockfish_analysis | ||
| tag_divider | ||
| __init__.py | ||
| .gitignore | ||