-
-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1115 from jgb/master
update jedi to v0.19.1
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule jedi
updated
12 files
+7 −5 | .github/workflows/ci.yml | |
+5 −0 | CHANGELOG.rst | |
+1 −1 | jedi/__init__.py | |
+1 −1 | jedi/api/environment.py | |
+1 −1 | jedi/inference/__init__.py | |
+6 −2 | setup.py | |
+1 −4 | test/test_api/test_classes.py | |
+5 −1 | test/test_inference/test_compiled.py | |
+0 −7 | test/test_inference/test_fstring.py | |
+3 −9 | test/test_inference/test_literals.py | |
+2 −5 | test/test_inference/test_signature.py | |
+2 −2 | test/test_utils.py |