-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor/singular module names #6
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
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b771265
Update README with real benchmark numbers and fix outdated info
devjerry0 6616cfa
Remove obsolete setup.cfg
devjerry0 1e8838b
refactor: rename matchers.py to matcher.py for consistent singular na…
devjerry0 6fa093a
refactor: rename transformers.py to transformer.py for consistent sin…
devjerry0 c7a17c6
refactor: rename extensions.py to extension.py for consistent singula…
devjerry0 2561b2d
fix: set asyncio_default_fixture_loop_scope to silence pytest-asyncio…
devjerry0 8100e41
chore: consolidate linter configs into pyproject.toml
devjerry0 cc6ed78
Merge branch 'main' into refactor/singular-module-names
devjerry0 4c80529
fix: add complete type annotations to pass mypy and ruff strict checks
devjerry0 b9e3d3a
refactor: replace os.path with pathlib for modern file operations
devjerry0 438f110
refactor: reorder _extract_viewing_window to improve logical flow in …
devjerry0 f59fb6f
style: fix all ruff errors and add mypy overrides for tests
devjerry0 446baba
feat: add strict type checking to all test files
devjerry0 63577da
style: break down compound assertions per PT018
devjerry0 742cbea
chore: extend mypy pre-commit hook to check tests/
devjerry0 6702006
fix: quote type expressions in cast() and escape regex metacharacters
devjerry0 cdfcb99
chore: bump version to 0.4.0
devjerry0 109a384
chore: bump version to 0.3.1
devjerry0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,4 +25,6 @@ htmlcov/ | |
| .ruff_cache/ | ||
| .dmypy.json | ||
| dmypy.json | ||
| .hypothesis/ | ||
| .hypothesis/ | ||
| .idea/ | ||
| uv.lock | ||
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| __version__ = "0.3.0" | ||
| __version__ = "0.3.1" | ||
|
|
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.