Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ``import-outside-toplevel`` is emitted for ``ImportFrom`` nodes as well. | Claudiu Popa | 2019-10-09 | 1 | -0/+1 |
* | Removed Python 2 specific checks | Claudiu Popa | 2019-09-17 | 3 | -77/+0 |
* | Handle redefinitions in case of type checking imports. | Claudiu Popa | 2019-09-17 | 2 | -0/+22 |
* | New check: import-outside-toplevel (close #3067) (#3079) | Nick Drozd | 2019-09-17 | 1 | -1/+1 |
* | Skip lambdas from assignment-from-no-return checks | Claudiu Popa | 2019-09-12 | 1 | -0/+6 |
* | [functional tests] Module needs an __init__.py | Pierre Sassoulas | 2019-09-10 | 1 | -0/+0 |
* | [functional tests] Rename example_functional_tests.py => e/example_functional... | Pierre Sassoulas | 2019-09-10 | 51 | -0/+601 |