-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy path.pylintrc
17 lines (12 loc) · 1.09 KB
/
.pylintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[MASTER]
extension-pkg-whitelist = PyQt6, CoolProp
disable = invalid-name, too-many-instance-attributes, too-many-statements,
too-many-ancestors, too-many-lines, protected-access, unspecified-encoding
[TYPECHECK]
# List of class names for which member attributes should not be checked (useful
# for classes with dynamically set attributes). This supports the use of
# qualified names.
ignored-classes=Temperature, DeltaT, Angle, Length, Area, Volume, Time, Frequency, Speed, Acceleration, Mass, Mol, SpecificVolume, SpecificVolume_square, MolarVolume, Density, MolarDensity, Force, Pressure, DeltaP, Energy, Enthalpy, MolarEnthalpy, Entropy, SpecificHeat, MolarSpecificHeat, Power, MassFlow, MolarFlow, VolFlow, Diffusivity, HeatFlux, ThermalConductivity, UA, HeatTransfCoef, Fouling, Tension, Viscosity, SolubilityParameter, PotencialElectric, DipoleMoment, CakeResistance, PackingDP, V2V, InvTemperature, InvPressure, EnthalpyPressure, EnthalpyDensity, TemperaturePressure, PressureTemperature, PressureDensity, DensityPressure, DensityTemperature, Currency
[design]
max-locals = 20
max-branches = 20