this_variable_name_si_long_as_longest_hour_and_PEP8_can_have_problem_with_this = "TEST if PEP8 check work right. I will drop this commit but I want try write some bad code XD"
Constant name "this_variable_name_si_long_as_longest_hour_and_PEP8_can_have_problem_with_this" doesn't conform to UPPER_CASE naming style ('([^\\W\\da-z][^\\Wa-z]*|__.*__)$' pattern)
This check looks for invalid names for a range of different identifiers.
You can set regular expressions to which the identifiers must conform if the
defaults do not match your requirements.
If your project includes a Pylint configuration file, the settings contained in
that file take precedence.
To find out more about Pylint, please refer to their site.
This check looks for lines that are too long. You can specify the maximum line length.