Skip to content

Commit 1b2e622

Browse files
grubberrUsmanAli99
authored andcommitted
pin flake8==4.0.1 (airbytehq#15155)
Signed-off-by: Sergey Chvalyuk <[email protected]>
1 parent 78dbeb2 commit 1b2e622

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

buildSrc/src/main/groovy/airbyte-python.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ class AirbytePythonPlugin implements Plugin<Project> {
8484
installVirtualenv = true
8585
pip 'pip:21.3.1'
8686
pip 'mccabe:0.6.1'
87+
// https://github.com/csachs/pyproject-flake8/issues/13
88+
pip 'flake8:4.0.1'
8789
// flake8 doesn't support pyproject.toml files
8890
// and thus there is the wrapper "pyproject-flake8" for this
8991
pip 'pyproject-flake8:0.0.1a2'

tools/tox_ci.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ envlist =
1313
deps =
1414
-e{toxinidir}/{envname}[tests]
1515
pytest~=6.2.5
16+
flake8==4.0.1
1617
pyproject-flake8
1718

1819
[testenv]

0 commit comments

Comments
 (0)