Skip to content

v0.0.17 - Prettier ignore npm and poetry lock files (#271)

Compare
Choose a tag to compare
@UltralyticsAssistant UltralyticsAssistant released this 29 Oct 21:06
· 103 commits to main since this release
c556ec2

🌟 Summary

The v0.0.17 release focuses on improving code formatting management, enhancing server efficiency, and ensuring compatibility with future Python versions.

πŸ“Š Key Changes

  • Updated Prettier configuration to ignore 'lock' files during formatting.
  • Introduced a new GitHub Action for disk space cleanup on servers.
  • Simplified file naming for disk cleanup action for better clarity.
  • Updated retry action with clearer input variable names.
  • Added support for Python 3.13 compatibility.

🎯 Purpose & Impact

  • Formatting Efficiency: By excluding lock files from Prettier formatting, this update prevents unnecessary formatting on configuration files, improving development workflow clarity. πŸš«πŸ”’
  • Server Optimization: The disk space cleanup action helps free up server storage, enhancing build process efficiency and making more resources available for essential activities. πŸš€
  • Simplified Maintenance: Renaming actions and inputs to be more intuitive ensures the repository is developer-friendly and easy to navigate. 🧩
  • Future-Ready: Adding support for Python 3.13 prepares the project for seamless transitions to newer Python versions, future-proofing the system. 🐍✨

These updates collectively aim to streamline development processes, enhance operational efficiency, and ensure long-term compatibility and clarity in the project.

What's Changed

Full Changelog: v0.0.16...v0.0.17