This repository was archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
Linter for undefined variables #693
Merged
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
8bca56b
Fix #668 (partial)
a731c2a
Merge branch 'master' of https://github.com/Microsoft/python-language…
ba126e7
Undef variables, first cut
bde1db1
Reorg
55cc25f
Tests
8b79615
Tests
069910b
Merge branch 'master' of https://github.com/Microsoft/python-language…
7ffc9db
Tests
6303c45
Revert "Tests"
945451c
Merge branch 'master' of https://github.com/Microsoft/python-language…
6429bfa
Options and tests
42dc0a0
Don't squiggle builtin-ins
9b130fd
Test for function arguments
2490a0a
Fix tuple assignment in analysis
f9216e3
Don't false positive on functions and classes forward references
58a0d66
Merge master
034e437
Merge branch 'master' of https://github.com/Microsoft/python-language…
3b1682f
Merge branch 'master' of https://github.com/Microsoft/python-language…
5cea68d
Disable tracking assignment location
af542a4
Merge branch 'master' of https://github.com/Microsoft/python-language…
8dfc390
Track multiple locations
a30eea3
Tests
8a1c83a
using
33d10e9
Merge locations
4404e5a
Properly look at locations
6c47d09
Merge branch 'master' of https://github.com/Microsoft/python-language…
13e6e99
Comprehensions etc
df7cdfd
Merge branch 'master' of https://github.com/Microsoft/python-language…
4adf172
Test update
1aaa445
Add support for lambdas
8861171
Add lambda linting
e76540c
Handle tuple assignment better
fe099b5
Test update
861d487
Merge master
29e3dd1
Correct comprehension iterator handlint
aa2a415
Fix race condition at builtins load
0739ad3
Merge master
add8358
Merge master
91a7215
Restore linter
35c7f0e
Merge branch 'master' of https://github.com/Microsoft/python-language…
3e18aea
Merge branch 'master' of https://github.com/Microsoft/python-language…
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
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
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.