Skip to content

Commit

Permalink
pre-commit: bump autoflake version
Browse files Browse the repository at this point in the history
v2.3.0+ is necessary for python 3.12 support.
  • Loading branch information
mik3y committed Mar 23, 2024
1 parent 1fd7709 commit c0bbadd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/myint/autoflake
rev: v1.4
rev: v2.3.1
hooks:
- id: autoflake

Expand Down

0 comments on commit c0bbadd

Please sign in to comment.