Skip to content

Commit 7f51187

Browse files
Bump flake8 from 3.8.4 to 3.9.0 (#3)
* Bump flake8 from 3.8.4 to 3.9.0 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.0. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0) Signed-off-by: dependabot[bot] <[email protected]> * Update pre-commit flake8 version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <[email protected]>
1 parent 2942c0c commit 7f51187

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
@@ -6,7 +6,7 @@ repos:
66
args: [--py38-plus]
77
exclude: &fixtures ^tests/fixtures/.+\.py$
88
- repo: https://gitlab.com/pycqa/flake8
9-
rev: 3.8.4
9+
rev: 3.9.0
1010
hooks:
1111
- id: flake8
1212
files: ^(python_typing_update|script|tests)/.+\.py$

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
flake8==3.8.4
1+
flake8==3.9.0
22
isort==5.7.0
33
pyupgrade==2.10.0

0 commit comments

Comments
 (0)