Skip to content

Commit f7bf577

Browse files
authored
Merge pull request #196 from numba/renovate/pycqa-flake8-7.x
Update pre-commit hook pycqa/flake8 to v7.3.0
2 parents d96256c + 1a0b2e5 commit f7bf577

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)