Skip to content

Commit a9de34c

Browse files
authored
Merge pull request #225 from numba/renovate/pycqa-autoflake-2.x
Update pre-commit hook pycqa/autoflake to v2.3.2
2 parents f759f28 + edbb15a commit a9de34c

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.1
27+
rev: v2.3.2
2828
hooks:
2929
- id: autoflake
3030
args: ['--in-place', '--remove-all-unused-imports', '--remove-unused-variable']

0 commit comments

Comments
 (0)