testsAndMisc/python_pkg
Krzysztof kuhy Rudnicki b1a5f245a2 fix(lint): LOG015 - replace root logger with module loggers
- Add _logger = logging.getLogger(__name__) to all modules
- Replace logging.X() calls with _logger.X() calls
- Remove logging.basicConfig() from module level (keep in run_bot())
- Add G004 to global ignores (f-strings in logging are more readable)
- Remove LOG015 and G004 per-file ignores from pyproject.toml
- Fix pytest_ignore_collect hook signature in conftest.py
2025-11-30 21:59:24 +01:00
..
download_cats fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00
extract_links fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00
keyboard_coop fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00
lichess_bot fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00
mock_server refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
pdfCentered refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
random_jpg fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00
randomize_numbers fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00
scrape_website fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00
screen_locker fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00
split refactor: rename folders to fix N999, INP001, S311 linting rules 2025-11-30 21:20:17 +01:00
stockfish_analysis fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00
tag_divider fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +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