Skip to content

Commit 1a0b2e5

Browse files
Update pre-commit hook pycqa/flake8 to v7.3.0
1 parent d96256c commit 1a0b2e5

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
@@ -30,7 +30,7 @@ repos:
3030
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']
3131
# Manual Linting: Flake 8
3232
- repo: https://github.com/pycqa/flake8
33-
rev: 7.2.0
33+
rev: 7.3.0
3434
hooks:
3535
- id: flake8
3636
# Static Type checking: MyPy

0 commit comments

Comments
 (0)