1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 16:17:24 +03:00

Pin flake8 version

This commit is contained in:
secwall 2022-11-24 10:45:48 +03:00 committed by secwall
parent 89cab36e43
commit 9721207893

View File

@ -33,7 +33,7 @@ deps = behave
[testenv:flake8]
commands = flake8 pgmigrate.py setup.py
deps = flake8
deps = flake8==5.0.4
flake8-string-format
flake8-isort==5.0.0
flake8-commas