jendrikseipp / vulture

Find dead Python code
MIT License
3.45k stars 152 forks source link

chore: Bump flake8, flake8-comprehensions and flake8-bugbear. #341

Closed sacsar closed 10 months ago

sacsar commented 10 months ago

Description

flake8 version 6.0.0 had a bug that lead to false positives for E231 in Python 3.12 which was fixed in 6.1.0. This commit bumps flake8 to 6.1.0, flake8-comprehensions to 3.14.0, to pick up explicit support for Python 3.12, and flake8-bugbear to 23.9.16 to pick up support for 3.12 and a bugfix.

Checklist:

jendrikseipp commented 10 months ago

Great, thanks!