Skip to content

Commit 85109fa

Browse files
committed
[.pre-commit-config.yaml]: Update flake8
Update https://github.com/PyCQA/flake8 from `6.1.0` to `7.0.0`.
1 parent 181cf8e commit 85109fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ repos:
174174
- "--color"
175175

176176
- repo: "https://github.com/PyCQA/flake8"
177-
rev: "6.1.0"
177+
rev: "7.0.0"
178178
hooks:
179179
# Lint Python code with Flake8.
180180
- id: "flake8"

0 commit comments

Comments
 (0)