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

Linter fixes #78

Closed
wants to merge 6 commits into from
Closed

Linter fixes #78

wants to merge 6 commits into from

Conversation

turetske
Copy link
Collaborator

@turetske turetske commented Nov 4, 2024

Ran the code through the VSCode and pre-commit linters.

No actual code changes, just linter fixes.

-- Changed a variable to snake_case
-- Moved the decorators out of the cache
-- Removed extra instance of open_asynce
-- It now correctly grabs the cache from the args
-- Also declared a namespace = None variable in get_working_cache to satisfy the linter
	-- Changed variable names to match naming conventions
	-- Fixed line length issues
	-- Added header comments for each test
	-- Renamed fixtures to match with pytest expectations
	-- Moved the decorators back into the class and made them static methods
	-- Made all variables snake_case
	-- Fixed line-length errors
	-- Added comments to allow the linter to ignore certain issues
	-- A lot of whitespace fixes
        -- Fixed some variable names
	-- Line length fixes
@turetske turetske closed this Nov 5, 2024
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