Skip to content

Commit 4b77722

Browse files
authored
Merge pull request #226 from numba/renovate/pycqa-autoflake-2.x
Update pre-commit hook pycqa/autoflake to v2.3.3
2 parents a9de34c + 3a5a035 commit 4b77722

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
@@ -24,7 +24,7 @@ repos:
2424
args: ["--line-length=79"]
2525
# Autoflake: removes unused imports and variables
2626
- repo: https://github.com/pycqa/autoflake
27-
rev: v2.3.2
27+
rev: v2.3.3
2828
hooks:
2929
- id: autoflake
3030
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']

0 commit comments

Comments
 (0)