Skip to content

Commit

Permalink
pin flake8==4.0.1 (#15155)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Chvalyuk <grubberr@gmail.com>
  • Loading branch information
grubberr authored Aug 1, 2022
1 parent bb5c70c commit 8b3c686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildSrc/src/main/groovy/airbyte-python.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ class AirbytePythonPlugin implements Plugin<Project> {
installVirtualenv = true
pip 'pip:21.3.1'
pip 'mccabe:0.6.1'
// https://github.com/csachs/pyproject-flake8/issues/13
pip 'flake8:4.0.1'
// flake8 doesn't support pyproject.toml files
// and thus there is the wrapper "pyproject-flake8" for this
pip 'pyproject-flake8:0.0.1a2'
Expand Down
1 change: 1 addition & 0 deletions tools/tox_ci.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ envlist =
deps =
-e{toxinidir}/{envname}[tests]
pytest~=6.2.5
flake8==4.0.1
pyproject-flake8

[testenv]
Expand Down

0 comments on commit 8b3c686

Please sign in to comment.