testsAndMisc-archive/python_pkg/lichess_bot/tools
Krzysztof kuhy Rudnicki 2ffa1cc169 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
..
generate_blunder_tests.py fix(lint): LOG015 - replace root logger with module loggers 2025-11-30 21:59:24 +01:00