I have a problem when executing the pre-commit in a python project, although my files have the correct format, it shows an error and removes the correct format. Could you help me find out what is causing this
problem.flake8...................................................................
Failed - hook id: flake8 - exit code: 1
tests/test_service.py:153:80: E501 line too long (85 > 79 characters) tests/test_service.py:158:80: E501 line too long (80 > 79 characters) tests/test_service.py:162:80: E501 line too long (83 > 79 characters) tests/test_service.py:170:80: E501 line too long (85 > 79 characters) tests/test_service.py:178:80: E501 line too long (84 > 79 characters) tests/test_service.py:184:80: E501 line too long (83 > 79 characters) tests/test_service.py:201:80: E501 line too long (83 > 79 characters)
validate correct format in files