Skip to content

Commit a9c6617

Browse files
authored
Update to autoflake to 1.7.3
Fixes PyCQA/autoflake#168
1 parent 3de63f9 commit a9c6617

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
@@ -23,7 +23,7 @@ repos:
2323
exclude: _pytest/(debugging|hookspec).py
2424
language_version: python3
2525
- repo: https://github.com/PyCQA/autoflake
26-
rev: v1.7.2
26+
rev: v1.7.3
2727
hooks:
2828
- id: autoflake
2929
name: autoflake

0 commit comments

Comments
 (0)