Recursive pre-commit failure: black reformats code that flake8 then fails
I'm encountering a persistent issue with the pre-commit hooks configured for this repository (with Black and Flake). Despite making the necessary code changes to comply with PEP8 and flake8 (e.g., line length, indentation, whitespace), the black formatter keeps reformatting the same files back to their previous state. This leads to a repeated cycle of pre-commit failures, even after restructuring the code as per the style guidelines.