testsAndMisc/PYTHON
Krzysztof kuhy Rudnicki 1bc09449b5 refactor: replace print() with logging (T201)
- Converted 67 print statements to logging across 11 files
- Added logging.basicConfig(level=logging.INFO) to each file
- Used appropriate log levels: info, warning, error, exception
- Removed T201 from ruff ignore list to enforce logging usage
2025-11-30 14:36:13 +01:00
..
downloadCats refactor: replace print() with logging (T201) 2025-11-30 14:36:13 +01:00
extractLinks refactor: replace print() with logging (T201) 2025-11-30 14:36:13 +01:00
keyboardCoop refactor: replace print() with logging (T201) 2025-11-30 14:36:13 +01:00
lichess_bot refactor: replace print() with logging (T201) 2025-11-30 14:36:13 +01:00
mock_server fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
pdfCentered fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
randomize_numbers refactor: replace print() with logging (T201) 2025-11-30 14:36:13 +01:00
randomJPG refactor: replace print() with logging (T201) 2025-11-30 14:36:13 +01:00
scapeWebsite refactor: replace print() with logging (T201) 2025-11-30 14:36:13 +01:00
screen_locker refactor: replace print() with logging (T201) 2025-11-30 14:36:13 +01:00
split fix: enforce 88-char line length limit (E501) 2025-11-30 14:25:35 +01:00
stockfish_analysis refactor: replace print() with logging (T201) 2025-11-30 14:36:13 +01:00
tagDivider refactor: replace print() with logging (T201) 2025-11-30 14:36:13 +01:00
__init__.py feat: make the analyze chess game script use more pc resources 2025-08-22 22:30:47 +02:00
.gitignore fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00