[MESSAGES CONTROL]

# cyclic-import: gpkit.units imports from gpkit.nomials (deferred fix, tracked in issue #29).
# All pylint cyclic-import warnings are variants of this single root cycle.
disable=cyclic-import

[BASIC]

# Good variable names which should always be accepted, separated by a comma
good-names=A

# Regular expression which should only match function or class names that do
# not require a docstring.
no-docstring-rgx=^_|^test_|^setup$
