mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Bump flake8 to 6.0.*, pycodestyle to 2.10.* and pyflakes to 3.0.*
This commit is contained in:
@@ -239,13 +239,13 @@ setup(
|
|||||||
'coverage',
|
'coverage',
|
||||||
'coveralls',
|
'coveralls',
|
||||||
'django-debug-toolbar==3.7.*',
|
'django-debug-toolbar==3.7.*',
|
||||||
'flake8==5.0.*',
|
'flake8==6.0.*',
|
||||||
'freezegun',
|
'freezegun',
|
||||||
'isort==5.10.*',
|
'isort==5.10.*',
|
||||||
'pep8-naming==0.12.*',
|
'pep8-naming==0.12.*',
|
||||||
'potypo',
|
'potypo',
|
||||||
'pycodestyle==2.9.*',
|
'pycodestyle==2.10.*',
|
||||||
'pyflakes==2.5.*',
|
'pyflakes==3.0.*',
|
||||||
'pytest-cache',
|
'pytest-cache',
|
||||||
'pytest-cov',
|
'pytest-cov',
|
||||||
'pytest-django==4.*',
|
'pytest-django==4.*',
|
||||||
|
|||||||
Reference in New Issue
Block a user