Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update flake8 pre-commit hook to 7.1.0 (#389)
This patch resolves lint failure when using Python 3.12. ``` questionary/prompts/common.py:282:24: E713 test for membership should be 'not in' questionary/prompts/common.py:300:45: E713 test for membership should be 'not in' ``` Flake8 adds Python 3.12 support in 6.1.0.
- Loading branch information