Skip to content

Commit a0d03a3

Browse files
[pre-commit.ci] pre-commit autoupdate (#1356)
updates: - [github.com/pyCQA/flake8: 7.1.2 → 7.2.0](PyCQA/flake8@7.1.2...7.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Remi Gau <[email protected]>
1 parent 77216d3 commit a0d03a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ repos:
114114
# flake8-functions checks functions quality: https://pypi.org/project/flake8-functions/
115115
# flake8-bugbear detects some common bugs: https://github.com/PyCQA/flake8-bugbear
116116
- repo: https://github.com/pyCQA/flake8
117-
rev: 7.1.2
117+
rev: 7.2.0
118118
hooks:
119119
- id: flake8
120120
args: [--config, .flake8, --verbose, src, tools, docs, demos, tests]

0 commit comments

Comments
 (0)