Conversation
Rename .api._load._maybe_schema to try_to_load_schema to make its purpose clearer.
…ose were added into tests.backend.test_properties
Various fixes and enhancements may close #135
Add pydocstyle checks and enabled it by default to keep the docs compliant with PEP 257 and those quality.
….utils.get_path_and_ext
Fix/issue 139: process cases that pathlib.Path.resolve fails on errors in .ioinfo.utils.get_path_and_ext
fix: add a packaging configuration to distribute type hints data
Add python 3.10, the latest stable version, support.
Feature/py310 support
Remove 'devel' sub package from options.extras_require because it's not very useful.
Add python 3.10 as a test target environment in github actions.
Rebase the test default target environment to python 3.10.
Add an workaround for the github actions issue that python 3.10 as wrongly interpreted as python 3.1.
Mak py310 as the default test target environment
Apply some more strict flake8 rules with its extensions and fixes for the followings. - E126 rule, continuation line over-indented for hanging indent - W504 rule, line break after binary operator - E121, continuation line under-indented for hanging indent - E123, closing bracket does not match indentation of opening bracket's line - E241, multiple spaces after ','
Feature/more code style checks
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.
No description provided.