Skip to content

Commit 3b33858

Browse files
Bump flake8 from 3.9.2 to 4.0.1 (#95)
Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.1. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](PyCQA/flake8@3.9.2...4.0.1) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f1f22b commit 3b33858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def readme():
2727
packages=["docstr_coverage"],
2828
install_requires=["click", "PyYAML"],
2929
extras_require={
30-
"lint": ["flake8==3.9.2", "black==22.3.0", "isort==5.9.0"],
30+
"lint": ["flake8==4.0.1", "black==22.3.0", "isort==5.9.0"],
3131
"test": ["pytest==6.2.5", "pytest-mock==3.4.0"],
3232
},
3333
include_package_data=True,

0 commit comments

Comments
 (0)