Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the PyCQA/flake8 pre-commit hook
The previous version incorrectly triggers on some Python strings containing colons so we need the updated hook here; otherwise, we get errors that look like: src/report/generate_https_scan_report.py:772:38: E231 missing whitespace after ':' src/report/graphs.py:186:39: E231 missing whitespace after ':' src/report/graphs.py:186:40: E231 missing whitespace after ',' src/report/graphs.py:586:77: E231 missing whitespace after ':' src/report/graphs.py:589:47: E231 missing whitespace after ':' src/report/graphs.py:640:74: E231 missing whitespace after ':' src/report/graphs.py:641:66: E231 missing whitespace after ':'
- Loading branch information