testsAndMisc/PYTHON
Krzysztof kuhy Rudnicki 83022f9b2c fix(lint): remove remaining global ignores with per-file ignores
Removed from global ignore list:
- PTH (pathlib) - per-file ignores for each file using os.path
- BLE001 (blind except) - per-file ignores for resilient error handling
- S603/S607 (subprocess) - per-file ignores for tests and trusted code
- S310 (URL open) - per-file ignores for test files
- S311 (random) - per-file ignores for non-crypto random usage
- S110 (try-except-pass) - per-file ignores for optional features
- LOG015 (root logger) - per-file ignores for scripts
- G004 (logging f-strings) - per-file ignores for all scripts

Per-file ignores added for:
- Test files: S603, S310, S607, BLE001, PTH
- lichess_bot/: BLE001, S110, S603, PTH, LOG015, G004
- stockfish_analysis/: BLE001, S110, PTH, LOG015, G004
- randomJPG/: S311, PTH, LOG015, G004
- poker-modifier-app/: S311, LOG015, G004
- And other affected files

Global ignore list now only contains:
- Formatter conflicts (D203/D213, COM812, ISC001)
- Style preferences (PERF401, RUF005, SIM*, B904, TRY*)
2025-11-30 20:43:17 +01:00
..
downloadCats Enable S113: add timeout to requests calls 2025-11-30 15:17:52 +01:00
extractLinks fix(lint): remove FBT001/FBT002/FBT003 and ARG001/ARG002 from global ignores 2025-11-30 16:23:16 +01:00
keyboardCoop fix(lint): remove remaining global ignores with per-file ignores 2025-11-30 20:43:17 +01:00
lichess_bot fix(lint): remove remaining global ignores with per-file ignores 2025-11-30 20:43:17 +01:00
mock_server Enable INP001: add __init__.py to 11 packages 2025-11-30 14:55:20 +01:00
pdfCentered fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
randomize_numbers fix: correct mypy ignore comment for attr-defined error 2025-11-30 15:49:40 +01:00
randomJPG fix: replace asserts with combined None checks for ruff S101 2025-11-30 16:03:14 +01:00
scapeWebsite fix: correct mypy ignore comment for attr-defined error 2025-11-30 15:49:40 +01:00
screen_locker fix(lint): remove FBT001/FBT002/FBT003 and ARG001/ARG002 from global ignores 2025-11-30 16:23:16 +01:00
split fix: correct mypy ignore comment for attr-defined error 2025-11-30 15:49:40 +01:00
stockfish_analysis fix(lint): remove FBT001/FBT002/FBT003 and ARG001/ARG002 from global ignores 2025-11-30 16:23:16 +01:00
tagDivider Enable N816: rename mixed-case global variables to snake_case 2025-11-30 15:16:49 +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