Pin flake8 to a version that's known good against the 2.16 codebase

stable/2.16.x
Matt Westcott 2022-09-02 11:38:11 +01:00
rodzic 2855c3dc1e
commit 6262090f89
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -55,7 +55,7 @@ testing_extras = [
# For coverage and PEP8 linting
'coverage>=3.7.0',
'flake8>=3.6.0',
'flake8==4.0.1',
'isort==5.6.4', # leave this pinned - it tends to change rules between patch releases
'flake8-blind-except==0.1.1',
'flake8-print==2.0.2',