[code-quality] flake8 offers an extra option: –max-complexity, which will emit a warning if the McCabe complexity of a function is higher than the value. By default it’s deactivated

2014-07-11 Thread Liang, Feng
Hello, I like to keep this feature turned off, but somehow it’s on and I don’t know when, where or how I turned it on. I don’t have any config file at all. Can you shed some light here how to turn it off? Thank you, Feng ___ code-quality mailing lis

Re: [code-quality] flake8 offers an extra option: –max-complexity, which will emit a warning if the McCabe complexity of a function is higher than the value. By default it’s deactivated

2014-07-11 Thread Florent
Hello Feng, you can list the configuration location(s) from you project directory with : flake8 -v missing_file Then you search a "setup.cfg" or "tox.ini" in the directory. http://flake8.readthedocs.org/en/latest/config.html Best regards, -- Florent 2014-07-11 1:30 GMT+02:00 Liang, F

[code-quality] Europython 14

2014-07-11 Thread Sylvain Thénault
Hi there, a quick email to let you know that Torsten, Claudiu and I, the main pylint developpers, will met together during EP14 in Berlin in the next few weeks. It may be a good opportunity to talk with other people developping other tools for python or interested by code quality in general. So, l

Re: [code-quality] Europython 14

2014-07-11 Thread Andrey Vlasovskikh
Hi, Our PyCharm team will be there too. It would be nice to meet you. -- Andrey Vlasovskikh Senior Software Developer JetBrains http://www.jetbrains.com/ "Develop with pleasure!" ___ code-quality mailing list [email protected] https://mail.python