-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Test typing round 2 #8620
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
Test typing round 2 #8620
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
84e0290
Test typing round 2
Dreamsorcerer 0bd5e60
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f8e6b82
Update lint.in
Dreamsorcerer e19fabf
Update lint.txt
Dreamsorcerer 4aa630f
Update ci-cd.yml
Dreamsorcerer f4c97a7
Update test_cookiejar.py
Dreamsorcerer a523d50
Update test_client_session.py
Dreamsorcerer 4c10987
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 963a233
Update test_cookiejar.py
Dreamsorcerer 3e283b4
Update test_client_response.py
Dreamsorcerer 537aea9
Update test_client_functional.py
Dreamsorcerer 5d894c3
Update test_client_request.py
Dreamsorcerer b1a94f4
Fix
Dreamsorcerer 3fd242a
Update client.py
Dreamsorcerer 3ea994d
Update cookiejar.py
Dreamsorcerer e5dd252
Update test_client_request.py
Dreamsorcerer 53f0ad1
Update test_client_session.py
Dreamsorcerer 866ad69
Update test_client_ws.py
Dreamsorcerer 26b1e60
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] f0099f0
Update test_connector.py
Dreamsorcerer 735e25f
Update test_cookiejar.py
Dreamsorcerer 5cb084e
Replace sentinel with empty str
Dreamsorcerer 19347af
Merge branch 'test-typing2' of github.com:aio-libs/aiohttp into test-…
Dreamsorcerer 5801545
Update .coveragerc
Dreamsorcerer 94c6a71
Coverage improvements
Dreamsorcerer ca6e838
Update .coveragerc
Dreamsorcerer bb1d5b8
Coverage
Dreamsorcerer 3e4a2ca
Coverage
Dreamsorcerer cb476ec
Update test_client_session.py
Dreamsorcerer 7d95da1
Update test_client_ws_functional.py
Dreamsorcerer 4e30fbc
Coverage
Dreamsorcerer 0ed2b77
Update test_client_functional.py
Dreamsorcerer 26a6318
Update test_client_response.py
Dreamsorcerer 668dd75
Update test_client_functional.py
Dreamsorcerer 5082ceb
Update test_client_request.py
Dreamsorcerer fd9ba47
Merge branch 'master' into test-typing2
Dreamsorcerer cdf3161
Merge branch 'master' into test-typing2
Dreamsorcerer 86d68fb
Update test_client_request.py
Dreamsorcerer 4ce72fa
Update test_connector.py
Dreamsorcerer 612be40
Update test_connector.py
Dreamsorcerer b5bda48
Update test_connector.py
Dreamsorcerer 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 |
|---|---|---|
|
|
@@ -6,3 +6,6 @@ omit = site-packages | |
| [report] | ||
| exclude_also = | ||
| if TYPE_CHECKING | ||
| assert False | ||
| : \.\.\.(\s*#.*)?$ | ||
| ^ +\.\.\.$ | ||
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 |
|---|---|---|
|
|
@@ -49,7 +49,7 @@ jobs: | |
| - name: Setup Python | ||
| uses: actions/setup-python@v5 | ||
| with: | ||
| python-version: 3.9 | ||
| python-version: 3.11 | ||
| - name: Cache PyPI | ||
| uses: actions/[email protected] | ||
| with: | ||
|
|
||
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.
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.
Check notice
Code scanning / CodeQL
Statement has no effect