Skip to content
Snippets Groups Projects
Commit ce6a5104 authored by Arne Emmel's avatar Arne Emmel
Browse files

pylint: Add hxtorch.constants.* to generated members

Change-Id: Id9a960e217a0360ec89dd093020988312d6aa17f
parent 50360537
No related branches found
No related tags found
No related merge requests found
......@@ -296,7 +296,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local
# List of members which are set dynamically and missed by pylint inference
# system, and so shouldn't trigger E1101 when accessed. Python regular
# expressions are accepted.
generated-members=.+\.((to)|(from))_numpy,torch\..+
generated-members=.+\.((to)|(from))_numpy,torch\..+,_?hxtorch\.constants\..+
# List of decorators that produce context managers, such as
# contextlib.contextmanager. Add to this list to register other decorators that
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment