Skip to content

Commit

Permalink
Use older version of add-trailing-comma
Browse files Browse the repository at this point in the history
v3.0.0 only supports Python >=3.6.
  • Loading branch information
samdoran committed Sep 7, 2023
1 parent 5839060 commit 2844e7a
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 @@ -5,7 +5,7 @@ ci:

repos:
- repo: https://github.com/asottile/add-trailing-comma.git
rev: v3.0.0
rev: v2.5.1
hooks:
- id: add-trailing-comma

Expand Down

0 comments on commit 2844e7a

Please sign in to comment.