Upgrade flake8

This commit is contained in:
Dave Halter
2025-06-16 16:31:14 +02:00
parent e83228478e
commit 13063221f2

View File

@@ -48,8 +48,8 @@ setup(name='jedi',
'attrs', 'attrs',
], ],
'qa': [ 'qa': [
# latest version supporting Python 3.6 # latest version on 2025-06-16
'flake8==5.0.4', 'flake8==7.2.0',
# latest version supporting Python 3.6 # latest version supporting Python 3.6
'mypy==0.971', 'mypy==0.971',
# Arbitrary pins, latest at the time of pinning # Arbitrary pins, latest at the time of pinning