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

v1.0.0

üst 074047d5
...@@ -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.8.0 rev: v1.0.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.8.0 rev: v1.0.0
hooks: hooks:
- id: add-trailing-comma - id: add-trailing-comma
``` ```
......
[metadata] [metadata]
name = add_trailing_comma name = add_trailing_comma
version = 0.8.0 version = 1.0.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