commit | 2a902e0a073647334076360bad571477aea1f1cf | [log] [tgz] |
---|---|---|
author | Anthony Sottile <asottile@umich.edu> | Wed Jul 12 18:35:24 2017 -0700 |
committer | Anthony Sottile <asottile@umich.edu> | Wed Jul 12 18:58:30 2017 -0700 |
tree | 402514f94a08a6f03d6d9954fabb7a82f1e55c5e | |
parent | 286962eeb7af67f321b94a22e8edbd3004b1810e [diff] [blame] |
Use asottile/add-trailing-comma
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f39150b..9467acf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml
@@ -23,6 +23,10 @@ - id: reorder-python-imports language_version: python2.7 - repo: https://github.com/asottile/pyupgrade - sha: v1.0.0 + sha: v1.1.2 hooks: - id: pyupgrade +- repo: https://github.com/asottile/add-trailing-comma + sha: v0.3.0 + hooks: + - id: add-trailing-comma