Skip to content

Commit ed06b8b

Browse files
Upgrade flake8 to 5.0.4 (#8507)
updates: - [github.com/pycqa/flake8: 5.0.2 → 5.0.4](PyCQA/flake8@5.0.2...5.0.4) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <[email protected]>
1 parent 4e3e9ba commit ed06b8b

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
@@ -15,7 +15,7 @@ repos:
1515
- id: isort
1616
name: isort (python)
1717
- repo: https://github.com/pycqa/flake8
18-
rev: 5.0.2 # must match requirements-tests.txt
18+
rev: 5.0.4 # must match requirements-tests.txt
1919
hooks:
2020
- id: flake8
2121
additional_dependencies:

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytype==2022.8.3; platform_system != "Windows"
33
# must match .pre-commit-config.yaml
44
black==22.6.0
55
# must match .pre-commit-config.yaml
6-
flake8==5.0.2
6+
flake8==5.0.4
77
flake8-bugbear==22.7.1
88
flake8-pyi==22.8.1
99
# must match .pre-commit-config.yaml

0 commit comments

Comments
 (0)