<feed xmlns='http://www.w3.org/2005/Atom'>
<title>DropOut/.pre-commit-config.yaml, branch chore/update-fossa-badge</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=chore%2Fupdate-fossa-badge</id>
<link rel='self' href='https://git.hydroroll.team/DropOut/atom?h=chore%2Fupdate-fossa-badge'/>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/'/>
<updated>2026-01-23T12:51:28Z</updated>
<entry>
<title>feat(ui): add new ui project</title>
<updated>2026-01-23T12:51:28Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-01-23T12:51:28Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=9430bee86fbf943283eb5a6f63bd750b875ff433'/>
<id>urn:sha1:9430bee86fbf943283eb5a6f63bd750b875ff433</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(ui): refactor workspace to monorepo</title>
<updated>2026-01-19T06:17:32Z</updated>
<author>
<name>苏向夜</name>
<email>fu050409@163.com</email>
</author>
<published>2026-01-19T06:17:32Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=da0d79f0db873c08fab3bc85023167e174d18b0e'/>
<id>urn:sha1:da0d79f0db873c08fab3bc85023167e174d18b0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(ci): improve pre-commit fmt hook configuration</title>
<updated>2026-01-18T05:34:52Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-18T05:34:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=02520ca62ac5e508e8748b2445171be64f459b6c'/>
<id>urn:sha1:02520ca62ac5e508e8748b2445171be64f459b6c</id>
<content type='text'>
- Add pass_filenames: false to fmt hook
- Add -- separator for cargo fmt args
- Manually format code with cargo fmt
</content>
</entry>
<entry>
<title>chore: update pre-commit configuration for Rust hooks to specify manifest path</title>
<updated>2026-01-16T13:03:30Z</updated>
<author>
<name>HsiangNianian</name>
<email>i@jyunko.cn</email>
</author>
<published>2026-01-16T13:03:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hydroroll.team/DropOut/commit/?id=ba5235427efa74ae0eb4c167c5e75544b3a6c3ce'/>
<id>urn:sha1:ba5235427efa74ae0eb4c167c5e75544b3a6c3ce</id>
<content type='text'>
Modified the .pre-commit-config.yaml file to include the `--manifest-path` argument for Rust hooks (fmt, cargo-check, clippy) and defined file patterns for Rust source files. This change enhances the configuration by ensuring that the hooks operate on the correct project files, improving the development workflow.
</content>
</entry>
<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>
</feed>
