diff --git a/.pylint b/.pylint index 19127487c225064c5d4ae25e9d244ba14e86424e..bd203fcb5026c9be3c88d46beb5d79dd0ebc6304 100644 --- a/.pylint +++ b/.pylint @@ -41,7 +41,7 @@ load-plugins= # can either give multiple identifier separated by comma (,) or put this option # multiple time (only on the command line, not in the configuration file where # it should appear only once). -disable=W0704,C0103,W0231,E1102,W0511,W0142,R0902,R0903,R0904,R0913,R0914,R0801,I0011 +disable=W0704,C0103,W0231,E1102,W0511,W0142,R0902,R0903,R0904,R0913,R0914,R0801,I0011,C0326 [REPORTS]