testsAndMisc/PYTHON/screen_locker
Krzysztof kuhy Rudnicki cc0789ed48 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
..
install_autostart.sh feat; added workout screen lock 2025-11-18 18:07:15 +01:00
install_systemd.sh feat; added workout screen lock 2025-11-18 18:07:15 +01:00
remove_autostart.sh feat; added workout screen lock 2025-11-18 18:07:15 +01:00
remove_systemd.sh feat; added workout screen lock 2025-11-18 18:07:15 +01:00
screen_lock.py fix(lint): remove FBT001/FBT002/FBT003 and ARG001/ARG002 from global ignores 2025-11-30 16:23:16 +01:00
workout_log.json fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
workout-locker.service feat; added workout screen lock 2025-11-18 18:07:15 +01:00