4 Commits

Author SHA1 Message Date
Jonathon Broughton fe80f95a19 Update Ruff configuration options
- Enabled formatting with Ruff
- Kept existing settings for running on save and server usage
2025-03-25 00:11:17 +00:00
Jonathon Broughton 430e0115da Update Python SDK version to 3.13
- Changed project JDK from Python 3.12 to 3.13
- Updated related configuration in project files
2025-03-24 22:56:07 +00:00
Jonathon Broughton 31ff21a178 Update dependencies installation process
- Switched from Poetry to pip for managing dependencies.
- Updated Python version in the Dockerfile to 3.13.
- Simplified installation steps in CI workflow and Dockerfile.
2025-03-24 09:42:05 +00:00
Jonathon Broughton 99f43e6b3e Add project configuration files and clean up code
- Added .gitignore to exclude IDE-specific files.
- Created inspection profiles for code quality checks.
- Set up project metadata in various XML files.
- Removed unused dependencies from the lock file.
- Refactored main.py to streamline function calls and imports.
2025-03-23 17:05:51 +00:00