-
-
Notifications
You must be signed in to change notification settings - Fork 293
Fixes #4040, #5378 - signal has no connect
member
#1654
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 12 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
7ac6c4c
feat(.gitignore): add `.venv/` to `.gitignore`
adamgranthendry 1fde25b
fix(setup.cfg): remove `enable_error_code`
adamgranthendry 060b4b2
fix(brain_qt): fix signal has no `connect` member
adamgranthendry f1e0c46
feat(changelog): add contribution to changelog
adamgranthendry 6596118
fix(formatting): correct formatter auto changes
adamgranthendry 7d6d847
fix(setup.cfg): Remove accidental mypy addition
adamgranthendry 27c6099
feat(test): add regression test for #4040 and #5378
adamgranthendry 53d503b
fix(docstring): fix docstring for added method
adamgranthendry 6b696fe
fix(test): skip test for python 3.11
adamgranthendry de89a62
fix(pip): add py311 version constraint for PySide
adamgranthendry 085dc9e
fix(test): remove skipif for py311
adamgranthendry f4773fa
Refactor
DanielNoord dd2aae8
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 4220d0f
Update astroid/brain/brain_qt.py
DanielNoord 9b6e097
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] b923b68
fix(test): correct `HAS_PYQT6` for original test
adamgranthendry 5cb2572
fix(test): remove test and replace with no cover
adamgranthendry 29df6c1
Last changes
DanielNoord 246f93e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 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 |
---|---|---|
|
@@ -15,3 +15,4 @@ astroid.egg-info/ | |
.pytest_cache/ | ||
.mypy_cache/ | ||
venv | ||
doc/_build/ | ||
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 |
---|---|---|
|
@@ -169,5 +169,9 @@ | |
"[email protected]": { | ||
"mails": ["[email protected]", "[email protected]"], | ||
"name": "Ville Skyttä" | ||
}, | ||
"[email protected]": { | ||
"mails": ["[email protected]"], | ||
"name": "Adam Hendry" | ||
adam-grant-hendry marked this conversation as resolved.
Show resolved
Hide resolved
|
||
} | ||
} |
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
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.