mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 16:43:05 +02:00
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*) |
||
|---|---|---|
| .. | ||
| downloadCats | ||
| extractLinks | ||
| keyboardCoop | ||
| lichess_bot | ||
| mock_server | ||
| pdfCentered | ||
| randomize_numbers | ||
| randomJPG | ||
| scapeWebsite | ||
| screen_locker | ||
| split | ||
| stockfish_analysis | ||
| tagDivider | ||
| __init__.py | ||
| .gitignore | ||