Skip to content

Commit da6e2f3

Browse files
chore(deps): update pre-commit hook pycqa/flake8 to v7.2.0 (#3310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b4bec71 commit da6e2f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- id: check-ast # Simply check whether files parse as valid python
3030
- id: check-docstring-first # Checks for a common error of placing code before the docstring
3131
- repo: https://github.com/pycqa/flake8
32-
rev: 7.1.2
32+
rev: 7.2.0
3333
hooks:
3434
- id: flake8
3535
args: [--config=.flake8]

0 commit comments

Comments
 (0)