<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/.pre-commit-config.yaml, branch v0.1.24</title>
<subtitle>This is a new Minecraft launcher that is currently in development. It is designed to be a modern, fast and efficient launcher. It is written in Rust. Aims to be a Reproducible Minecraft Workspace Manager.</subtitle>
<id>https://git.hydroroll.team/DropOut/atom?h=v0.1.24</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=v0.1.24'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-01-16T06:18:20Z</updated>
<entry>
<title>chore: adjust clippy arguments in pre-commit configuration for improved linting</title>
<updated>2026-01-16T06:18:20Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:10:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=f1eaa8fcc90c3fec0bcedc1ce060f1dcfea5bcd6'/>
<id>urn:sha1:f1eaa8fcc90c3fec0bcedc1ce060f1dcfea5bcd6</id>
<content type='text'>
Modified the .pre-commit-config.yaml to reorder the arguments for the clippy hook, ensuring that the `-D warnings` flag is correctly positioned. This change enhances the clarity and effectiveness of the linting process for Rust code.
</content>
</entry>
<entry>
<title>chore: update clippy arguments in pre-commit configuration to treat warnings as errors</title>
<updated>2026-01-16T06:18:20Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:09:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=310aee29c1ea5149ef9d6cf663e4a07c3cb201ee'/>
<id>urn:sha1:310aee29c1ea5149ef9d6cf663e4a07c3cb201ee</id>
<content type='text'>
Modified the .pre-commit-config.yaml to adjust the clippy hook arguments, enforcing warnings as errors. This change enhances the strictness of the linting process for Rust code, ensuring higher code quality standards.
</content>
</entry>
<entry>
<title>chore: update clippy arguments in pre-commit configuration to remove warnings as errors</title>
<updated>2026-01-16T06:18:20Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=9948550785d6bf273cadd7dc132038277964e9eb'/>
<id>urn:sha1:9948550785d6bf273cadd7dc132038277964e9eb</id>
<content type='text'>
Modified the .pre-commit-config.yaml to adjust the clippy hook arguments, removing the enforcement of warnings as errors. This change simplifies the linting process for Rust code, allowing for a more lenient approach to warnings.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration to change clippy and formatting arguments</title>
<updated>2026-01-16T06:18:20Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:05:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=3a64328733cf2f3153a7e6841217c4c239cd8b03'/>
<id>urn:sha1:3a64328733cf2f3153a7e6841217c4c239cd8b03</id>
<content type='text'>
Modified the .pre-commit-config.yaml to adjust the arguments for the formatting and clippy hooks, switching to a check mode for formatting and enforcing warnings as errors for clippy. This change improves the linting and formatting processes for Rust code.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration to include additional argument for Rust hooks</title>
<updated>2026-01-16T06:18:20Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T06:00:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=e76f9268537940aad526fd8795f2b23f13e39b12'/>
<id>urn:sha1:e76f9268537940aad526fd8795f2b23f13e39b12</id>
<content type='text'>
Modified the .pre-commit-config.yaml to add an extra argument to the formatting and clippy hooks, ensuring proper handling of additional parameters during execution. This change enhances the flexibility of the linting and formatting processes for Rust code.
</content>
</entry>
<entry>
<title>chore: remove automatic fix option from clippy in pre-commit configuration</title>
<updated>2026-01-16T06:18:19Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T05:59:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=e714e6f5739ba4e654a5572bdeaf8bf445aaecb7'/>
<id>urn:sha1:e714e6f5739ba4e654a5572bdeaf8bf445aaecb7</id>
<content type='text'>
Updated the .pre-commit-config.yaml to remove the automatic fix option for the clippy hook, streamlining the linting process for Rust code by requiring manual fixes. This change enhances control over code quality checks.
</content>
</entry>
<entry>
<title>chore: update clippy arguments in pre-commit configuration</title>
<updated>2026-01-16T06:18:19Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T05:58:24Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=51929ac0808e7551ea4165dedad9687590de6028'/>
<id>urn:sha1:51929ac0808e7551ea4165dedad9687590de6028</id>
<content type='text'>
Modified the .pre-commit-config.yaml to change the arguments for the clippy hook, allowing it to automatically fix issues and permit changes in dirty working directories. This enhances the linting process for Rust code in the project.
</content>
</entry>
<entry>
<title>chore: ensure newline at end of pre-commit configuration file</title>
<updated>2026-01-16T06:18:19Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T05:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=937df840425f669719247d2f8b7b455933a43118'/>
<id>urn:sha1:937df840425f669719247d2f8b7b455933a43118</id>
<content type='text'>
Added a newline at the end of the .pre-commit-config.yaml file to adhere to best practices for file formatting, ensuring compatibility with various tools and editors.
</content>
</entry>
<entry>
<title>chore: refine pre-commit configuration for Rust hooks</title>
<updated>2026-01-16T06:18:19Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T05:55:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=1d1748edd845afe34d73dfecb59c10b14e204c50'/>
<id>urn:sha1:1d1748edd845afe34d73dfecb59c10b14e204c50</id>
<content type='text'>
Updated the .pre-commit-config.yaml to specify the manifest path for Rust hooks, ensuring proper integration with the Cargo.toml file in the src-tauri directory. This change enhances the functionality of the formatting and linting processes.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration for Rust and Python hooks</title>
<updated>2026-01-16T06:18:19Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T05:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=47ec90726e2402eba2cf4b50a2cc572f2cfbcbd5'/>
<id>urn:sha1:47ec90726e2402eba2cf4b50a2cc572f2cfbcbd5</id>
<content type='text'>
Modified the .pre-commit-config.yaml to downgrade versions of pre-commit hooks for improved compatibility. Removed local Rust hooks and replaced them with hooks from the official Rust pre-commit repository, adding support for formatting and linting. Adjusted Python hooks to streamline the linting process.
</content>
</entry>
</feed>
