Based on core PR13054.
Enforce flake8 rules:
- F403 'from foo_module import *' used; unable to detect undefined names
- F405 foo_function may be undefined, or defined from star imports: bar_module
Depends on D2603
Differential D2604
Enable automatic detection of undefined names in Python tests scripts Fabien on Feb 26 2019, 09:05. Authored by
Details
Based on core PR13054.
Depends on D2603 Add an import * directive in a functional test. Run arc lint and
Diff Detail
Event Timeline |