feat: Update coding guidelines to include replacement of legacy code

This commit is contained in:
William Valentin
2025-08-09 12:57:09 -07:00
parent 06d8935d24
commit d0c9f55a10

View File

@@ -80,6 +80,7 @@ applyTo: '**'
- Write clear, concise, and maintainable code with proper type hints and docstrings.
- Avoid using deprecated imports or patterns.
- Remove any warnings or deprecation notices from the codebase.
- Replace legacy code.
---