Skip to content

Commit 60b8683

Browse files
Bump flake8 from 3.8.2 to 3.9.2 (HunterMcGushion#71)
* Bump flake8 from 3.8.2 to 3.9.2 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.2 to 3.9.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.2...3.9.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Update .pre-commit-config.yaml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael Weiss <code@mweiss.ch>
1 parent 9723919 commit 60b8683

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ repos:
55
- id: black
66
language_version: python3.7
77
- repo: https://gitlab.com/pycqa/flake8
8-
rev: 3.8.2
8+
rev: 3.9.2
99
hooks:
1010
- id: flake8

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.8.2", "black==19.10b0", "isort==5.8.0"],
30+
"lint": ["flake8==3.9.2", "black==19.10b0", "isort==5.8.0"],
3131
"test": ["pytest==5.4.2", "pytest-mock==3.4.0"],
3232
},
3333
include_package_data=True,

0 commit comments

Comments
 (0)