diff options
| author | 2026-01-16 10:19:32 +0800 | |
|---|---|---|
| committer | 2026-01-16 10:19:32 +0800 | |
| commit | e64b91e24ed9f3e66949911135862db5690ad1ad (patch) | |
| tree | 0ea09651aa0a9218146021074db39bc04db93ba4 | |
| parent | f72ced61ae9230689431f378f7ea019919c510f5 (diff) | |
| download | DropOut-e64b91e24ed9f3e66949911135862db5690ad1ad.tar.gz DropOut-e64b91e24ed9f3e66949911135862db5690ad1ad.zip | |
chore: update pre-commit hooks for improved linting and formatting
Refined the pre-commit configuration to enhance linting and formatting checks. Adjusted hooks for better handling of Svelte, TypeScript, and JavaScript files in the 'ui' directory, ensuring consistent code quality across the project.
| -rw-r--r-- | _version.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_version.py b/_version.py new file mode 100644 index 0000000..9eb734d --- /dev/null +++ b/_version.py @@ -0,0 +1 @@ +__version__ = "0.1.23" |