testsAndMisc-archive/python_pkg
Krzysztof kuhy Rudnicki 3a477dd868 fix: enable all pylint checks by wrapping scripts in main()
- Remove too-few-public-methods and invalid-name from disabled checks
- Wrap module-level code in main() functions:
  - generate_jpeg.py
  - random_digits.py
  - generate_cats.py
  - scrape_comics.py
- Rename download_image -> _download_image (private function)

Pylint score: 10.00/10 with all checks enabled
2025-12-01 16:15:03 +01:00
..
download_cats fix: enable all pylint checks by wrapping scripts in main() 2025-12-01 16:15:03 +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: enable all pylint checks by wrapping scripts in main() 2025-12-01 16:15:03 +01:00
scrape_website fix: enable all pylint checks by wrapping scripts in main() 2025-12-01 16:15:03 +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