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

v0.8.0

üst 8d102458
...@@ -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.2 rev: v0.8.0
hooks: hooks:
- id: add-trailing-comma - id: add-trailing-comma
...@@ -19,7 +19,7 @@ Sample `.pre-commit-config.yaml`: ...@@ -19,7 +19,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.2 rev: v0.8.0
hooks: hooks:
- id: add-trailing-comma - id: add-trailing-comma
``` ```
......
[metadata] [metadata]
name = add_trailing_comma name = add_trailing_comma
version = 0.7.2 version = 0.8.0
description = Automatically add trailing commas to calls and literals description = Automatically add trailing commas to calls and literals
long_description = file: README.md long_description = file: README.md
long_description_content_type = text/markdown long_description_content_type = text/markdown
......
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