In python i'm following camelCase Naming style. I checked my code with "pylint" and it gives error for not following lower_case_with_underscores style. Also i use netBeans IDE for coding. This IDE gives warning for not following lower_case_with_underscores style.
How to tell pylint and netBeans that i'm following camelCase naming style, not lower_case_with_underscores??
Thanks.