testsAndMisc/PYTHON
Krzysztof kuhy Rudnicki 4da77b6cfe fix(lint): remove FBT001/FBT002/FBT003 and ARG001/ARG002 from global ignores
FBT001/FBT002 fixes:
- Make boolean params keyword-only with *, syntax in:
  - stockfish_analysis/analyze_chess_game.py: pov_white
  - lichess_bot/main.py: decline_correspondence
  - screen_locker/screen_lock.py: demo_mode
- Update call sites to use keyword arguments

ARG001/ARG002 fixes:
- Prefix unused params with underscore:
  - extractLinks/main.py: tag -> _tag
  - lichess_bot/lichess_api.py: game_id -> _game_id
  - lichess_bot/tests/conftest.py: config -> _config

FBT003 per-file ignores (external API calls):
- PYTHON/keyboardCoop/main.py: pygame.font.render
- PYTHON/screen_locker/screen_lock.py: tkinter API
- poker-modifier-app/poker_modifier_app.py: tkinter API
2025-11-30 16:23:16 +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: correct mypy ignore comment for attr-defined error 2025-11-30 15:49:40 +01:00
lichess_bot fix(lint): remove FBT001/FBT002/FBT003 and ARG001/ARG002 from global ignores 2025-11-30 16:23:16 +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