Go to file
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
.github/workflows fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
.vscode fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
articles fix: correct mypy ignore comment for attr-defined error 2025-11-30 15:49:40 +01:00
Bash/ffmpeg-build fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
C fix: resolve shellcheck warnings 2025-11-30 13:48:17 +01:00
CPP fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
LaTeX fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
poker-modifier-app fix(lint): remove remaining global ignores with per-file ignores 2025-11-30 20:43:17 +01:00
PYTHON fix(lint): remove remaining global ignores with per-file ignores 2025-11-30 20:43:17 +01:00
sonic_pi feat: accept first argument as audio by defauilt sonic pi 2025-10-26 16:33:37 +01:00
TS fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
.gitignore feat: added ffmpeg bin to gitignore 2025-11-30 14:12:22 +01:00
.pre-commit-config.yaml fix(lint): All pre-commit hooks pass (Group 6 + Config fixes) 2025-11-30 13:59:21 +01:00
lint_python.sh fix: resolve shellcheck warnings 2025-11-30 13:48:17 +01:00
pyproject.toml fix(lint): remove remaining global ignores with per-file ignores 2025-11-30 20:43:17 +01:00
pytest.ini feat: C engine 2025-09-06 18:26:31 +02:00
requirements-dev.txt fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
requirements.txt fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
test_input_clean.wav fix: getting rnnoise model 2025-10-12 18:57:55 +02:00
test_input.wav fix: getting rnnoise model 2025-10-12 18:57:55 +02:00