Kaydet (Commit) e6cfc6a9 authored tarafından Anthony Sottile's avatar Anthony Sottile

v0.4.2

üst 51d6b2f6
......@@ -15,6 +15,6 @@
hooks:
- id: reorder-python-imports
- repo: https://github.com/asottile/add-trailing-comma
sha: v0.4.1
sha: v0.4.2
hooks:
- id: add-trailing-comma
......@@ -20,7 +20,7 @@ Sample `.pre-commit-config.yaml`:
```yaml
- repo: https://github.com/asottile/add-trailing-comma
sha: v0.4.1
sha: v0.4.2
hooks:
- id: add-trailing-comma
```
......
......@@ -4,7 +4,7 @@ setup(
name='add_trailing_comma',
description='Automatically add trailing commas to calls and literals',
url='https://github.com/asottile/add_trailing_comma',
version='0.4.1',
version='0.4.2',
author='Anthony Sottile',
author_email='asottile@umich.edu',
classifiers=[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment