We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78dbeb2 commit 1b2e622Copy full SHA for 1b2e622
buildSrc/src/main/groovy/airbyte-python.gradle
@@ -84,6 +84,8 @@ class AirbytePythonPlugin implements Plugin<Project> {
84
installVirtualenv = true
85
pip 'pip:21.3.1'
86
pip 'mccabe:0.6.1'
87
+ // https://github.com/csachs/pyproject-flake8/issues/13
88
+ pip 'flake8:4.0.1'
89
// flake8 doesn't support pyproject.toml files
90
// and thus there is the wrapper "pyproject-flake8" for this
91
pip 'pyproject-flake8:0.0.1a2'
tools/tox_ci.ini
@@ -13,6 +13,7 @@ envlist =
13
deps =
14
-e{toxinidir}/{envname}[tests]
15
pytest~=6.2.5
16
+ flake8==4.0.1
17
pyproject-flake8
18
19
[testenv]
0 commit comments