Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed bugs and improved 'stubs' task #6

Merged
merged 1 commit into from
Jul 21, 2024
Merged

Fixed bugs and improved 'stubs' task #6

merged 1 commit into from
Jul 21, 2024

Conversation

Inkaros
Copy link
Contributor

@Inkaros Inkaros commented Jul 21, 2024

-- Fixed a minor bug that treated init.py files at different library levels (packages) as duplicates and removed all except for the 'main' one. -- Improved 'stubs' task to apply code formatting after moving the stubs to source code. Previously, stub files were not formatted as intended when the formatting was applied before moving stubs to destination. -- Updated project version in all environment files to 3.0.2. -- Updated project version in pyproject.toml to 3.0.2. -- Added cache clearing to all uv tasks to reset the cache that may otherwise interfere with using the latest dependency versions for some tasks . -- Reformatted source code (specifically the stub file) -- Expanded ReadMe Acknowledgement section to reference dependency projects used in this library.

-- Fixed a minor bug that treated __init__.py files at different library levels (packages) as duplicates and removed all except for the 'main' one.
-- Improved 'stubs' task to apply code formatting after moving the stubs to source code. Previously, stub files were not formatted as intended when the formatting was applied before moving stubs to destination.
-- Updated project version in all environment files to 3.0.2.
-- Updated project version in pyproject.toml to 3.0.2.
-- Added cache clearing to all uv tasks to reset the cache that may otherwise interfere with using the latest dependency versions for some tasks .
-- Reformatted source code (specifically the stub file)
-- Expanded ReadMe Acknowledgement section to reference dependency projects used in this library.
@Inkaros Inkaros merged commit aec0a1f into main Jul 21, 2024
@Inkaros Inkaros deleted the 3.0.2 branch July 21, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant