Skip to content

Commit 1f36fe8

Browse files
Bump flake8 from 3.9.1 to 3.9.2 (#42)
* Bump flake8 from 3.9.1 to 3.9.2 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.9.1 to 3.9.2. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.9.1...3.9.2) Signed-off-by: dependabot[bot] <support@github.com> * Update pre-commit-config Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
1 parent d021b29 commit 1f36fe8

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.9.1
9+
rev: 3.9.2
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.9.1
1+
flake8==3.9.2
22
isort==5.8.0
33
pyupgrade==2.14.0

0 commit comments

Comments
 (0)