Skip to content
Snippets Groups Projects
Commit 45834d3d authored by Deaktivert bruker's avatar Deaktivert bruker
Browse files

build: allow inner scopes to redefined outer names

It becomes quite hard not to do this in Django, because a lot of
the imports share similar names to local symbol names.

Fixes: GREG-14
parent 7e152783
No related branches found
No related tags found
1 merge request!11greg.tests: migrate to pytest test runner
...@@ -13,6 +13,7 @@ disable= ...@@ -13,6 +13,7 @@ disable=
missing-function-docstring, missing-function-docstring,
missing-module-docstring, missing-module-docstring,
no-self-use, no-self-use,
redefined-outer-name,
too-few-public-methods, too-few-public-methods,
too-many-ancestors, too-many-ancestors,
unused-argument, unused-argument,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment