<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/.pre-commit-config.yaml, branch feat/Instance/Profile-System</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=feat%2FInstance%2FProfile-System</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=feat%2FInstance%2FProfile-System'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-01-16T12:53:01Z</updated>
<entry>
<title>chore: update pre-commit configuration to skip specific hooks</title>
<updated>2026-01-16T12:53:01Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:53:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=bb6cf77844343bbf55be3dad201340572564d132'/>
<id>urn:sha1:bb6cf77844343bbf55be3dad201340572564d132</id>
<content type='text'>
Modified the .pre-commit-config.yaml file to add a skip option for formatting, cargo-check, and clippy hooks. This change optimizes the pre-commit setup by allowing selective execution of hooks, enhancing the efficiency of the development workflow.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration for Rust hooks</title>
<updated>2026-01-16T12:51:36Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:51:36Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=f6a88e61f789c58a9307dd7405faf00d92b5f84b'/>
<id>urn:sha1:f6a88e61f789c58a9307dd7405faf00d92b5f84b</id>
<content type='text'>
Modified the .pre-commit-config.yaml file to replace the Rust pre-commit repository and update the hooks for formatting and linting. This change enhances the configuration by using the latest version of the Rust pre-commit hooks and streamlining the setup for Rust projects.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration to include Rust as system language</title>
<updated>2026-01-16T12:44:37Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=bf934d63edda2129ffbe77a42486a9607b1c4eb0'/>
<id>urn:sha1:bf934d63edda2129ffbe77a42486a9607b1c4eb0</id>
<content type='text'>
Modified the .pre-commit-config.yaml file to add 'rust' to the system_language setting, ensuring that pre-commit hooks are properly configured for Rust projects. This change enhances the versatility of the pre-commit setup.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration to specify language for clippy checks</title>
<updated>2026-01-16T12:43:21Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T12:43:21Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=1ef7d139862de4ee93216fc617f9ee6c4002df5f'/>
<id>urn:sha1:1ef7d139862de4ee93216fc617f9ee6c4002df5f</id>
<content type='text'>
Modified the .pre-commit-config.yaml file to explicitly set the language for clippy checks to 'system', ensuring consistent behavior across different environments. This change enhances the clarity of the configuration.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration to specify language for hooks</title>
<updated>2026-01-16T08:10:11Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T08:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=11757bd94dcb618f508f1439b846f586e7d6022a'/>
<id>urn:sha1:11757bd94dcb618f508f1439b846f586e7d6022a</id>
<content type='text'>
Removed the language specification for the ruff hook and added it for the fmt and clippy hooks, ensuring proper configuration for Rust in the pre-commit setup.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration to skip formatting and clippy checks</title>
<updated>2026-01-16T08:00:14Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T08:00:14Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=ab7bd0336a03fb1db4403472d85fe2a229b1b333'/>
<id>urn:sha1:ab7bd0336a03fb1db4403472d85fe2a229b1b333</id>
<content type='text'>
Modified the .pre-commit-config.yaml to skip the formatting and clippy checks during the CI process, optimizing the pre-commit workflow. Added Rust as the language for the pre-commit hook to ensure compatibility.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration to enable autofix for PRs</title>
<updated>2026-01-16T07:46:50Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T07:46:50Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=cffc1cad8584c770de94dff87d519d1304f647d5'/>
<id>urn:sha1:cffc1cad8584c770de94dff87d519d1304f647d5</id>
<content type='text'>
Added autofix settings to the pre-commit configuration, allowing automatic fixes for issues detected by hooks. Reorganized the repository structure for clarity and removed redundant entries.
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration and remove unnecessary dependencies</title>
<updated>2026-01-16T07:37:26Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T07:37:26Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=6beecb0dc8854ae2ed79da4a2be6e8bd895349e0'/>
<id>urn:sha1:6beecb0dc8854ae2ed79da4a2be6e8bd895349e0</id>
<content type='text'>
Modified the .pre-commit-config.yaml to include additional hooks and reorganized the repository structure. Updated pyproject.toml to remove the pre-commit dependency, streamlining the project configuration.
</content>
</entry>
<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>
</feed>
