tmbo / questionary

Python library to build pretty command line user prompts ✨Easy to use multi-select lists, confirmations, free text prompts ...
MIT License
1.53k stars 87 forks source link

Update flake8 pre-commit hook to 7.1.0 #389

Closed FantasqueX closed 2 months ago

FantasqueX commented 2 months ago

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.

What is the problem that this PR addresses?

...

How did you solve it?

...

Checklist