# The dvas .pylintrc, fine-tuning the behavior of pylint for the package.

[TYPECHECK]

# 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=nc.*,  # netCDF4


[BASIC]

# Good variable names which should always be accepted, separated by a comma.
good-names=_, a, ax, b, c, d, f, fc, dt, i, j, k, lc, op, u, uc, v, w, x, xb, y, yb, z
