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

v0.7.2

üst 78ed6534
...@@ -22,6 +22,6 @@ repos: ...@@ -22,6 +22,6 @@ repos:
hooks: hooks:
- id: reorder-python-imports - id: reorder-python-imports
- repo: https://github.com/asottile/add-trailing-comma - repo: https://github.com/asottile/add-trailing-comma
rev: v0.7.1 rev: v0.7.2
hooks: hooks:
- id: add-trailing-comma - id: add-trailing-comma
...@@ -21,7 +21,7 @@ Sample `.pre-commit-config.yaml`: ...@@ -21,7 +21,7 @@ Sample `.pre-commit-config.yaml`:
```yaml ```yaml
- repo: https://github.com/asottile/add-trailing-comma - repo: https://github.com/asottile/add-trailing-comma
rev: v0.7.1 rev: v0.7.2
hooks: hooks:
- id: add-trailing-comma - id: add-trailing-comma
``` ```
......
...@@ -4,7 +4,7 @@ setup( ...@@ -4,7 +4,7 @@ setup(
name='add_trailing_comma', name='add_trailing_comma',
description='Automatically add trailing commas to calls and literals', description='Automatically add trailing commas to calls and literals',
url='https://github.com/asottile/add-trailing-comma', url='https://github.com/asottile/add-trailing-comma',
version='0.7.1', version='0.7.2',
author='Anthony Sottile', author='Anthony Sottile',
author_email='asottile@umich.edu', author_email='asottile@umich.edu',
classifiers=[ 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