Skip to content

Commit

Permalink
Update the add-trailing-comma hook.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed May 31, 2024
1 parent e758e78 commit b3bb603
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 @@ -13,7 +13,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/asottile/add-trailing-comma
rev: v2.4.0
rev: v3.1.0
hooks:
- id: add-trailing-comma
args: [--py36-plus]
Expand Down

0 comments on commit b3bb603

Please sign in to comment.