testsAndMisc/python_pkg
Krzysztof kuhy Rudnicki 0e73b27d50 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
pdfCentered refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
random_jpg 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
screen_locker fix(lint): fix G004 and PTH123 violations across codebase 2025-11-30 23:57:49 +01:00
split 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
__init__.py refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
.gitignore refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00