testsAndMisc/PYTHON
Krzysztof kuhy Rudnicki f6d3ae0c7e Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions
- Added module docstrings to 19 Python files
- Added class docstrings to 5 classes (ScreenLocker, PokerModifierApp, etc.)
- Added method docstrings to 22 methods
- Added function docstrings to 25 functions
- Added __init__ docstrings to 5 classes
- Removed D100-D107 from ruff ignore list (docstrings now enforced)
- Removed deprecated ANN101, ANN102, UP038 rules from ignore list
- Fixed UP038: use union types in isinstance() calls
- All ruff checks now pass with full docstring enforcement
2025-11-30 14:45:55 +01:00
..
downloadCats Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +01:00
extractLinks Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +01:00
keyboardCoop Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +01:00
lichess_bot Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +01:00
mock_server Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +01:00
pdfCentered fix: correct shebang and executable permissions 2025-11-30 13:42:16 +01:00
randomize_numbers Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +01:00
randomJPG Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +01:00
scapeWebsite Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +01:00
screen_locker Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +01:00
split Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +01:00
stockfish_analysis Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +01:00
tagDivider Enable D100-D107 docstring rules: add docstrings to all modules, classes, methods, and functions 2025-11-30 14:45:55 +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