Lint#679
Merged
Merged
Conversation
Amourspirit
added a commit
that referenced
this pull request
Mar 29, 2025
* change for current_doc (#620) * 0.46.0 (#622) * Implement TheDictionaryPartial into many classes. * from_obj methods * added doc custom properties and Json classes * added popup range selector * add events to popup range selection (#628) * added invoke_range_selection() * update for import error * import fixes * update for setting Lo current document and Logging * update version history * copy for RangeObj and CellObj * update for form controls to remove scripts * find used range methods * update for issue 640 * update version hist * fix for python 3.12 Typevar issue * update workflow to docker v2 * update for cellobj compare * bug fix for custom property * fix bug for control missing Name attribute * update for ooouno * fix for DeletedUnoEnumMeta When oooenv was update it changed dynamic enum a little. This is a fix that for the changes. * update input box for MacOS * fix for Name attribute on some shapes in custome properties for a sheet * fix for custom property shapes not having supportsService attribute (#660) * update CellObj to support sheet name * Issue 666 Fix * update conftest and ver history * 0.47.19 (#673) * fix Cache.profile_path * 0.48 (#675) * fix testing on windows * fix in fileio test * fix for attr import in props module attr got accidently imported and is now removed * Lint (#679) * override in progress * add overrides to Adapter namespace Added overrides to all classes in the Adapter namespace that needed them. Changed from black formatter to ruff formatter for better speed. * more overrides * overrides complete * 0.49.0 release * minor fix * read the docs update * update docs requirements.txt * add lxml to docs requirements * update for theme * version 0.50.0 release * bump version to 0.51.0 and update changelog; modify get_val() to return cell value for formulas * bump version to 0.51.1; fix get_val() for text output from formulas and add tests * refactor get_val() to return cell value directly for VALUE type * Add singleton cache classes and update documentation - Introduced LRUCache and TimeCache as singleton classes. - Updated imports to reflect changes in cache structure. - Added new documentation files for singleton cache classes. - Deprecated PickleCache and updated references in the codebase. * update docs * update .gitignore * added dispatch_cmd to popup menu * revet PopupMenu cache back to LRUCache * update ver history * refactor Cache.del_working_dir to use contextlib for exception handling * update DotDict class to be generic and handle missing attributes * refactor DotDict class to support generic types and improve internal handling * bump version to 0.52.3 and add MemCache class with hit tracking * Add unique_id property to CalcCell for consistent cell identification * NULL_OBJ now is false in truthy check * update ver history * Add DotDict class with enhanced functionality and documentation * Add ConnectCtx class and force_reload option; update version to 0.53.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Include ruff linting in pytest.
Moved all unused
import unostatements into__init__pyfiles.