testsAndMisc-archive/python_pkg
Krzysztof kuhy Rudnicki 077a31cb54 fix: address all pylint warnings
- 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
2025-12-01 16:11:15 +01:00
..
download_cats fix: address all pylint warnings 2025-12-01 16:11:15 +01:00
extract_links fix(lint): fix G004 and PTH123 violations across codebase 2025-11-30 23:57:49 +01:00
keyboard_coop fix: address all pylint warnings 2025-12-01 16:11:15 +01:00
lichess_bot fix: address all pylint warnings 2025-12-01 16:11:15 +01:00
mock_server fix: address all pylint warnings 2025-12-01 16:11:15 +01:00
randomize_numbers fix: address all pylint warnings 2025-12-01 16:11:15 +01:00
scrape_website fix: address all pylint warnings 2025-12-01 16:11:15 +01:00
stockfish_analysis fix(lint): fix G004 and PTH123 violations across codebase 2025-11-30 23:57:49 +01:00
tag_divider fix(lint): convert os.path to pathlib - remove PTH per-file ignores 2025-11-30 23:03:03 +01:00